Skip to content

Commit ebf7da4

Browse files
committed
Update actions checkout version
1 parent a4e5ab5 commit ebf7da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 30
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2.1.0
12+
uses: actions/checkout@v3.3.0
1313
- name: Run Tests
1414
uses: ./.github/actions/clearlinux-latest-action
1515
with:
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 30
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2.1.0
23+
uses: actions/checkout@v3.3.0
2424
- name: Run Tests
2525
uses: ./.github/actions/clearlinux-latest-action
2626
with:

0 commit comments

Comments
 (0)