Skip to content

Commit a2297c0

Browse files
Bump actions/checkout from 5 to 6 (#804)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb74c87 commit a2297c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: crystal-lang/install-crystal@v1
3838

3939
- name: Checkout source code
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: Install dependencies
4343
run: shards install

.github/workflows/cd.yml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Set up QEMU
3232
uses: docker/setup-qemu-action@v3

.github/workflows/ci-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install libxml2-utils -y
3131
3232
- name: Download source
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Install dependencies
3636
run: shards install

0 commit comments

Comments
 (0)