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 d6cb1b7 commit 2c56321Copy full SHA for 2c56321
.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