Skip to content

Commit f930389

Browse files
committed
Update actions/checkout
1 parent 4870b7b commit f930389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313

1414
- run: sleep 5
1515

@@ -25,7 +25,7 @@ jobs:
2525
runs-on: macos-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929

3030
- run: sleep 5
3131

0 commit comments

Comments
 (0)