We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14bd02 commit 8e87373Copy full SHA for 8e87373
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Code Checkout
16
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
17
- name: Setup Ruby
18
uses: ruby/setup-ruby@v1
19
with:
.github/workflows/code.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- uses: actions/checkout@v2
persist-credentials: false
fetch-depth: 0
0 commit comments