We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efe0eb commit c3311b6Copy full SHA for c3311b6
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
shell: bash --rcfile /root/.bashrc -eo pipefail {0}
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
with:
17
persist-credentials: false
18
0 commit comments