diff --git a/.github/workflows/add-or-validate-labels.yaml b/.github/workflows/add-or-validate-labels.yaml index cfd0e7c7..e3f5fda2 100644 --- a/.github/workflows/add-or-validate-labels.yaml +++ b/.github/workflows/add-or-validate-labels.yaml @@ -20,7 +20,7 @@ jobs: outputs: VERSION_INSTRUCTION: ${{ steps.validate.outputs.VERSION_INSTRUCTION }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Validate that version bump labels are on the PR id: validate uses: ./.github/actions/validate-version-labels diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7a548be5..b85763f1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,7 @@ jobs: concurrency: build-${{ github.ref}} if: ${{ !startsWith(github.head_ref, 'version-bump') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup - run: yarn build lint: @@ -21,7 +21,7 @@ jobs: concurrency: lint-${{ github.ref }} if: ${{ !startsWith(github.head_ref, 'version-bump') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup - run: yarn lint test: @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !startsWith(github.head_ref, 'version-bump') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup - run: | # Check for test.only() in test files @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !startsWith(github.head_ref, 'version-bump') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !startsWith(github.head_ref, 'version-bump') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup - name: Generate new adapter, build, run the tests run: | diff --git a/.github/workflows/open-version-bump-pr.yaml b/.github/workflows/open-version-bump-pr.yaml index 0288ae9e..41bf1999 100644 --- a/.github/workflows/open-version-bump-pr.yaml +++ b/.github/workflows/open-version-bump-pr.yaml @@ -26,7 +26,7 @@ jobs: steps: - id: set-job-name run: echo "JOB_NAME=${{ github.job }}" >> $GITHUB_OUTPUT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: validate name: Validate that version bump labels are on the PR uses: ./.github/actions/validate-version-labels @@ -46,7 +46,7 @@ jobs: steps: - id: set-job-name run: echo "JOB_NAME=${{ github.job }}" >> $GITHUB_OUTPUT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.base_ref || github.ref }} # Explicit ref required to push from PR because of github internals - uses: ./.github/actions/set-git-credentials diff --git a/.github/workflows/pinned-dependencies.yaml b/.github/workflows/pinned-dependencies.yaml index c1042c47..275c61f7 100644 --- a/.github/workflows/pinned-dependencies.yaml +++ b/.github/workflows/pinned-dependencies.yaml @@ -7,7 +7,7 @@ jobs: check-dependencies: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Extract all versions from package.json uses: sergeysova/jq-action@a3f0d4ff59cc1dddf023fc0b325dd75b10deec58 # v2.3.0 id: versions diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ac129197..c66104df 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: outputs: VERSION_TAG: ${{ steps.get-version-tag.outputs.VERSION_TAG }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: version-check run: | PACKAGE_VERSION=$(cat package.json \