We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118d467 commit 640f9cdCopy full SHA for 640f9cd
2 files changed
.github/workflows/docker.yml
@@ -14,7 +14,7 @@ jobs:
14
docker:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
19
- name: Log in to the Container registry
20
uses: docker/login-action@v3
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
os: windows-latest
27
28
29
30
- uses: actions/cache@v4
31
if: runner.os != 'macOS'
32
with:
0 commit comments