diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d8d08f4..6f3fdf6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -33,7 +33,7 @@ jobs: CCACHE_COMPILERCHECK: content CCACHE_SLOPPINESS: time_macros steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index dfc7c5e..1e5e092 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -33,7 +33,7 @@ jobs: CCACHE_COMPILERCHECK: content CCACHE_SLOPPINESS: time_macros steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false @@ -125,7 +125,7 @@ jobs: files: | *.AppImage* - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Update LATEST_VERSION run: | echo "${{ env.VERSION }}" > ./LATEST_VERSION