diff --git a/.github/workflows/check_changelog.yml b/.github/workflows/check_changelog.yml index 419c9fa..ee511b3 100644 --- a/.github/workflows/check_changelog.yml +++ b/.github/workflows/check_changelog.yml @@ -13,7 +13,7 @@ jobs: if: (!contains(github.event.pull_request.labels.*.name, 'skip changelog')) steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check that CHANGELOG is touched run: | git fetch origin ${{ github.base_ref }} --depth 1 && \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b43172..28663db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - 11 - 17 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: distribution: zulu diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 19b0cf0..baea82c 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -22,7 +22,7 @@ jobs: private-key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # We always want the version bump/changelog and resultant PR to target main, not the branch of the workflow_dispatch. ref: main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71028e3..4cdc5f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: private-key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Using the GH application token here will configure the local git config for this repo with credentials # that can be used to make signed commits that are attributed to the GH application user