Skip to content

Commit 2a02573

Browse files
authored
Merge pull request #12 from crystal-garage/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 35f1c5f + ecebb94 commit 2a02573

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/crystal.yml

Lines changed: 3 additions & 3 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@v4
16+
uses: actions/checkout@v5
1717
- name: Install dependencies
1818
run: shards install
1919
- name: Check format
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Crystal
2626
uses: crystal-lang/install-crystal@v1
2727
- name: Check out repository code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
- name: Crystal Ameba Linter
3030
id: crystal-ameba
3131
uses: crystal-ameba/github-action@v0.12.0
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
crystal: ${{ matrix.crystal }}
5050
- name: Check out repository code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
- name: Install dependencies
5353
run: shards install
5454
- name: Run tests

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
crystal: nightly
1515
- name: Check out repository code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Install dependencies
1818
run: shards install
1919
- name: Generate documentation

0 commit comments

Comments
 (0)