We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e5ab5 commit ebf7da4Copy full SHA for ebf7da4
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
timeout-minutes: 30
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v2.1.0
+ uses: actions/checkout@v3.3.0
13
- name: Run Tests
14
uses: ./.github/actions/clearlinux-latest-action
15
with:
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments