Skip to content

Commit a0c7cfb

Browse files
Update actions/checkout action to v5
1 parent a25e2ab commit a0c7cfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: choco install fossil hg
5151

5252
- name: Download source
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454

5555
- name: Build
5656
run: make -f ${{ runner.os == 'Windows' && 'Makefile.win' || 'Makefile' }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Download source
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Build manpages
2626
uses: Analog-inc/[email protected]
2727
with:

lib/molinillo/.github/workflows/crystal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: crystallang/crystal
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Install dependencies
1616
run: shards install
1717
- name: Run tests

0 commit comments

Comments
 (0)