We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97aca59 + ef1da6c commit 72200b3Copy full SHA for 72200b3
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
go-version: "1.23"
14
- name: Checkout code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
- name: Test
17
run: go test ./...
18
- name: Compile
.github/workflows/heroku.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Check out repository
fetch-depth: 0 # fetch full clone
- name: Install heroku CLI
0 commit comments