Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727fd0e commit 2d45f3fCopy full SHA for 2d45f3f
1 file changed
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
- aarch64-unknown-linux-gnu
22
23
steps:
24
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
25
26
- uses: actions/cache@v4
27
with:
@@ -61,7 +61,7 @@ jobs:
61
needs: build
62
runs-on: ubuntu-latest
63
64
65
66
- uses: cachix/install-nix-action@v31
67
@@ -76,7 +76,7 @@ jobs:
76
packages: write
77
78
79
80
81
- name: Docker meta
82
id: meta
0 commit comments