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 79c1532 commit 259b89dCopy full SHA for 259b89d
.github/workflows/build-test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout 🛎️
8
- uses: actions/checkout@v2.6.0
+ uses: actions/checkout@v2.7.0
9
10
- name: Install and Build 🔧
11
run: |
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-18.04
- name: Checkout
12
13
with:
14
fetch-depth: 0
15
0 commit comments