Skip to content

Commit 2447170

Browse files
Bump actions/checkout from 3 to 6 (#1398)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 407ff8f commit 2447170

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check_dependents.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
otp-version: "27"
2727

2828
- name: Checkout absinthe
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Checkout ${{ matrix.dependent }}
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
repository: "absinthe-graphql/${{ matrix.dependent }}"
3535
path: "${{ matrix.dependent }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444

4545
- name: Set up Elixir
4646
uses: erlef/setup-beam@v1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v6
1919
with:
2020
ref: ${{ inputs.tag || github.ref }}
2121

0 commit comments

Comments
 (0)