diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 57536306..ef561d50 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: if: ${{ ! contains(github.event.head_commit.message, 'autopublish') }} steps: - name: Checkout this repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 0 @@ -25,7 +25,7 @@ jobs: - name: Checkout docs website repository if: github.event_name == 'push' && github.repository_owner == 'finale-lua' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b595e1f3..e3d239fb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Luacheck linter uses: lunarmodules/luacheck@v1