diff --git a/.github/workflows/git-hash-security-check.yml b/.github/workflows/git-hash-security-check.yml index 6184094..2cf54ca 100644 --- a/.github/workflows/git-hash-security-check.yml +++ b/.github/workflows/git-hash-security-check.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check for short git hashes in package.json uses: Automattic/vip-actions/git-hash-security-check@c8022b66e78461df4f802b935dc0dbb8399f96bc diff --git a/.github/workflows/npm-prepare-release.yml b/.github/workflows/npm-prepare-release.yml index d1b0059..eedbc82 100644 --- a/.github/workflows/npm-prepare-release.yml +++ b/.github/workflows/npm-prepare-release.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run npm-prepare-release uses: Automattic/vip-actions/npm-prepare-release@v0.7.4