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.
actions/checkout
v3
1 parent eb954dc commit 2449b4cCopy full SHA for 2449b4c
.github/workflows/linters.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Linting
17
steps:
18
- name: Checkout the repo
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
with:
21
fetch-depth: 0 # Fetch all history for all tags and branches
22
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
- name: Checkout code
- name: Set up Go
uses: actions/setup-go@v3
.github/workflows/unit-tests.yml
name: Unit Tests
0 commit comments