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 dd1d131 + 159baac commit 28cf7f1Copy full SHA for 28cf7f1
.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
23
if: github.actor != 'dependabot[bot]'
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
- name: Set up QEMU
28
uses: docker/setup-qemu-action@v3
29
- name: Set up Docker Buildx
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Checkout repository
42
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/goreleaser.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
with:
19
fetch-depth: 0
20
- name: Set up Go
0 commit comments