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.
2 parents f655342 + 2c56321 commit 46ca495Copy full SHA for 46ca495
.github/workflows/go.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
16
- name: Ensure all files were formatted as per gofmt
17
run: |
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: 0
18
0 commit comments