Skip to content

Commit 3de4e54

Browse files
GitHub-CI: Bump actions/checkout from 4 to 5
* .github/workflows/codeql-analysis.yaml, .github/workflows/make-alpine.yaml, .github/workflows/make-cygwin.yaml, .github/workflows/make-macos.yaml, .github/workflows/make-mingw.yaml, .github/workflows/make-ubuntu.yaml: Bump actions/checkout from 4 to 5. See: #32
1 parent 2db4bd5 commit 3de4e54

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: install dependencies
2828
run: |
@@ -151,7 +151,7 @@ jobs:
151151
msystem: ${{ matrix.msystem }}
152152

153153
- name: checkout repository
154-
uses: actions/checkout@v4
154+
uses: actions/checkout@v5
155155

156156
- name: bootstrap
157157
run: GNULIB_URL=https://github.com/coreutils/gnulib.git ./bootstrap

.github/workflows/make-alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cat /proc/cpuinfo
2727
2828
- name: checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: install dependencies
3232
uses: jirutka/setup-alpine@v1

.github/workflows/make-cygwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: checkout repository
4040
# This must be done before installing Cygwin because their git is
4141
# incompatible with this action.
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343

4444
- name: install Cygwin build environment
4545
uses: cygwin/cygwin-install-action@v6

.github/workflows/make-macos.yaml

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

4848
steps:
4949
- name: checkout repository
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151

5252
- name: install dependencies
5353
# This step sometimes takes long and still recovers. But sometimes it

.github/workflows/make-mingw.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
msystem: ${{ matrix.msystem }}
117117

118118
- name: checkout repository
119-
uses: actions/checkout@v4
119+
uses: actions/checkout@v5
120120

121121
- name: prepare ccache
122122
# create key with human readable timestamp

.github/workflows/make-ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: lscpu
5656

5757
- name: checkout repository
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
- name: install dependencies
6161
env:

0 commit comments

Comments
 (0)