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 c08c9ac + 77a4b98 commit dcece64Copy full SHA for dcece64
.github/workflows/ci.yaml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checkout
9
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
10
- name: Setup Go environment
11
uses: actions/setup-go@v5
12
with:
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Checkout repository
43
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/heroku.yml
@@ -11,7 +11,7 @@ jobs:
13
- name: Check out repository
14
15
16
fetch-depth: 0 # fetch full clone
17
- name: Install heroku CLI
0 commit comments