diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index c20926e..f360dd3 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -73,7 +73,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # This step checks out the code from the repository. # It uses the actions/checkout action to clone the repository into the runner's workspace. diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 57907f9..5fbfc75 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Secret scanning