We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee7ca3 commit ee691a1Copy full SHA for ee691a1
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Check out code
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
# https://github.com/actions/setup-go
22
- name: Use Go ${{ matrix.go_version }}
23
timeout-minutes: 3
.github/workflows/release.yml
- name: Checkout
- name: Setup ENV
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
0 commit comments