Skip to content

Commit 3bcb570

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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>
1 parent 4bbae16 commit 3bcb570

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/crystal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Crystal
1414
uses: crystal-lang/install-crystal@v1
1515
- name: Check out repository code
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Check format
1818
run: crystal tool format --check
1919

@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
crystal: ${{ matrix.crystal }}
3333
- name: Check out repository code
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
- name: Install dependencies
3636
run: shards install
3737
- name: Run tests

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
container:
1111
image: crystallang/crystal
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Install dependencies
1515
run: shards install
1616
- name: Generate documentation

0 commit comments

Comments
 (0)