diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 9ff0505c..aedb01b0 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -41,7 +41,7 @@ jobs: # 'ref' and 'repository' are required, otherwise repo could appear in detached head state - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} repository: ${{ github.repository }} diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index c4dafb1c..44a52ea1 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Security Check id: test