Skip to content

Commit 7d97bf2

Browse files
Update actions/checkout action to v6 (#626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9126c2 commit 7d97bf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
- name: Run Coditsu
@@ -43,7 +43,7 @@ jobs:
4343
- ruby: '3.4'
4444
coverage: 'true'
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- name: Install package dependencies
4848
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
4949
- name: Set up Ruby
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
with:
8080
fetch-depth: 0
8181
- name: Run Coditsu
@@ -102,7 +102,7 @@ jobs:
102102
- ruby: '3.4'
103103
coverage: 'true'
104104
steps:
105-
- uses: actions/checkout@v5
105+
- uses: actions/checkout@v6
106106
- name: Install package dependencies
107107
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
108108
- name: Set up Ruby

0 commit comments

Comments
 (0)