We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ebdf36 + e449d0f commit f7bdc52Copy full SHA for f7bdc52
3 files changed
.github/workflows/format-check.yml
@@ -12,7 +12,7 @@ jobs:
12
name: 📄 Check code formatting with "just fmt"
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: cachix/install-nix-action@v31
17
with:
18
nix_path: nixpkgs=channel:nixos-unstable
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
go-version: ${{ env.GO_VERSION }}
23
- name: Checkout code
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
26
fetch-depth: 0
27
- name: Release
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
name: Test
19
20
- name: Set up Go
uses: actions/setup-go@v5
0 commit comments