diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c2aa857..2d0bcd59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Lua uses: leafo/gh-actions-lua@v13 @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Lua uses: leafo/gh-actions-lua@v13 @@ -61,7 +61,7 @@ jobs: steps: - name: Clone project - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 100