Skip to content

Commit 90b5373

Browse files
committed
gh: update actions/checkout to v3
1 parent bfd6116 commit 90b5373

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.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@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717
- name: Install system packages

.github/workflows/linux_tests.yaml

Lines changed: 5 additions & 5 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@v2
19+
- uses: actions/checkout@v3
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@v2
69+
- uses: actions/checkout@v3
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@v2
126+
- uses: actions/checkout@v3
127127
with:
128128
fetch-depth: 0
129129
- name: Install system packages
@@ -182,7 +182,7 @@ jobs:
182182
EXTRA_SCRIPT_PRETEST: make install-testsiteconfig-1 && export TESTSUITE_ENABLE_SITECONFIG=1
183183
EXTRA_SCRIPT_POSTTEST: unset TESTSUITE_ENABLE_SITECONFIG
184184
steps:
185-
- uses: actions/checkout@v2
185+
- uses: actions/checkout@v3
186186
with:
187187
fetch-depth: 0
188188
- name: Install system packages
@@ -234,7 +234,7 @@ jobs:
234234
EXTRA_SCRIPT_PRETEST: make install-testsiteconfig-1 && export TESTSUITE_ENABLE_SITECONFIG=1
235235
EXTRA_SCRIPT_POSTTEST: unset TESTSUITE_ENABLE_SITECONFIG
236236
steps:
237-
- uses: actions/checkout@v2
237+
- uses: actions/checkout@v3
238238
with:
239239
fetch-depth: 0
240240
- name: Install system packages

.github/workflows/windows_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Configure Git autocrlf
2222
shell: bash
2323
run: git config --global core.autocrlf input
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
with:
2626
fetch-depth: 0
2727
- name: Install system packages
@@ -68,7 +68,7 @@ jobs:
6868
- name: Configure Git autocrlf
6969
shell: bash
7070
run: git config --global core.autocrlf input
71-
- uses: actions/checkout@v2
71+
- uses: actions/checkout@v3
7272
with:
7373
fetch-depth: 0
7474
- name: Install system packages
@@ -115,7 +115,7 @@ jobs:
115115
- name: Configure Git autocrlf
116116
shell: bash
117117
run: git config --global core.autocrlf input
118-
- uses: actions/checkout@v2
118+
- uses: actions/checkout@v3
119119
with:
120120
fetch-depth: 0
121121
- name: Install system packages

0 commit comments

Comments
 (0)