Skip to content

Commit 9b58f63

Browse files
committed
Use newer version of checkout
1 parent c0ab7fb commit 9b58f63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Run setup scripts with Bash
1717
shell: bash
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: macos-latest
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030

3131
- name: Run setup scripts with Bash
3232
shell: bash
@@ -39,7 +39,7 @@ jobs:
3939
needs: test-all-ubuntu-bash
4040
runs-on: macos-latest
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v4
4343

4444
- name: Run setup scripts with Zsh
4545
shell: bash
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454

5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v4
5757

5858
- name: Run PowerShell Core test scripts
5959
run: ./test.ps1
@@ -72,7 +72,7 @@ jobs:
7272
image: bitnami/git:${{ matrix.git_version }}
7373

7474
steps:
75-
- uses: actions/checkout@v2
75+
- uses: actions/checkout@v4
7676

7777
- name: Run setup scripts with Bash
7878
shell: bash

0 commit comments

Comments
 (0)