Skip to content

Commit 6f71b9c

Browse files
committed
gh: update to actions/checkout@v4
1 parent b3b7f3a commit 6f71b9c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/differential_shellcheck.yml

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

2020
steps:
2121
- name: Repository checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/lint_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint-all:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- name: Install system packages

.github/workflows/linux_tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
EXTRA_SCRIPT_PRETEST: make install-testmodulerc install-testetcrc install-testmodspath-empty
1717
EXTRA_SCRIPT_POSTTEST: make uninstall-testconfig
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
- name: Install system packages
@@ -66,7 +66,7 @@ jobs:
6666
EXTRA_SCRIPT_PRETEST: make install-testinitrc install-testsiteconfig
6767
EXTRA_SCRIPT_POSTTEST: make uninstall-testconfig
6868
steps:
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070
with:
7171
fetch-depth: 0
7272
- name: Install system packages
@@ -123,7 +123,7 @@ jobs:
123123
EXTRA_SCRIPT_PRETEST: make install-testinitrc-1 install-testetcrc install-testmodspath
124124
EXTRA_SCRIPT_POSTTEST: make uninstall-testconfig
125125
steps:
126-
- uses: actions/checkout@v3
126+
- uses: actions/checkout@v4
127127
with:
128128
fetch-depth: 0
129129
- name: Install system packages
@@ -183,7 +183,7 @@ jobs:
183183
EXTRA_SCRIPT_POSTTEST: unset TESTSUITE_ENABLE_SITECONFIG
184184
TESTSUITE_ENABLE_MODULECACHE: 1
185185
steps:
186-
- uses: actions/checkout@v3
186+
- uses: actions/checkout@v4
187187
with:
188188
fetch-depth: 0
189189
- name: Install system packages
@@ -235,7 +235,7 @@ jobs:
235235
EXTRA_SCRIPT_PRETEST: make install-testsiteconfig-1 && export TESTSUITE_ENABLE_SITECONFIG=1
236236
EXTRA_SCRIPT_POSTTEST: unset TESTSUITE_ENABLE_SITECONFIG
237237
steps:
238-
- uses: actions/checkout@v3
238+
- uses: actions/checkout@v4
239239
with:
240240
fetch-depth: 0
241241
- name: Install system packages
@@ -291,7 +291,7 @@ jobs:
291291
env:
292292
CONFIGURE_OPTS: --with-tclsh=tclsh8.7 --prefix=/tmp/modules --with-tcl=/usr/local/lib
293293
steps:
294-
- uses: actions/checkout@v3
294+
- uses: actions/checkout@v4
295295
with:
296296
fetch-depth: 0
297297
- name: Install system packages
@@ -338,7 +338,7 @@ jobs:
338338
env:
339339
CONFIGURE_OPTS: --with-tclsh=tclsh9.0 --prefix=/tmp/modules --with-tcl=/usr/local/lib
340340
steps:
341-
- uses: actions/checkout@v3
341+
- uses: actions/checkout@v4
342342
with:
343343
fetch-depth: 0
344344
- name: Install system packages

.github/workflows/windows_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Configure Git autocrlf
2121
shell: bash
2222
run: git config --global core.autocrlf input
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626
set-safe-directory: /cygdrive/d/a/modules/modules
@@ -66,7 +66,7 @@ jobs:
6666
- name: Configure Git autocrlf
6767
shell: bash
6868
run: git config --global core.autocrlf input
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070
with:
7171
fetch-depth: 0
7272
set-safe-directory: /cygdrive/d/a/modules/modules
@@ -114,7 +114,7 @@ jobs:
114114
- name: Configure Git autocrlf
115115
shell: bash
116116
run: git config --global core.autocrlf input
117-
- uses: actions/checkout@v3
117+
- uses: actions/checkout@v4
118118
with:
119119
fetch-depth: 0
120120
- name: Install system packages

0 commit comments

Comments
 (0)