diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 329c5c903..830643896 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: @@ -31,7 +31,7 @@ jobs: verify-index-js: # make sure the entrypoint js files run on a clean machine without compiling first runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./ with: diff --git a/.github/workflows/dependabot-build-dispatched.yml b/.github/workflows/dependabot-build-dispatched.yml index a7aea7ce5..0991d8889 100644 --- a/.github/workflows/dependabot-build-dispatched.yml +++ b/.github/workflows/dependabot-build-dispatched.yml @@ -20,7 +20,7 @@ jobs: build-dependabot-changes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Use the ref provided by the workflow_dispatch input ref: ${{ github.event.inputs.ref }} diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index d0770e2d3..0cf18ab5f 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -37,7 +37,7 @@ jobs: app-id: ${{ secrets.DEPENDABOT_ACTION_TOKEN_AUTOMATION_CLIENT_ID }} private-key: ${{ secrets.DEPENDABOT_ACTION_TOKEN_AUTOMATION_PRIVATE_KEY }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # fixes detached head state on Dependabot PRs ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index eea3cec44..0d3b07307 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -13,7 +13,7 @@ jobs: integration: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8767c59f..1152163a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: