We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8571dd + 838bb7e commit 7e02c0fCopy full SHA for 7e02c0f
.github/workflows/main.yml
@@ -16,9 +16,9 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- id: checkout
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
- name: Cache
21
- uses: actions/cache@v4
+ uses: actions/cache@v5
22
with:
23
path: |
24
~/.cargo/bin/
@@ -33,9 +33,9 @@ jobs:
33
34
35
36
37
38
39
40
41
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
- id: setup-pack
75
uses: buildpacks/github-actions/setup-pack@v5.9.4
76
- name: Log in to the Container registry
0 commit comments