We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a07df86 + d855e5b commit 25509e7Copy full SHA for 25509e7
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- name: Checkout
31
id: checkout
32
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
33
34
- name: Setup Docker BuildX
35
id: setup-buildx
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
- name: Test Local Action
68
id: test-action
.github/workflows/linter.yml
@@ -27,7 +27,7 @@ jobs:
27
28
with:
fetch-depth: 0
0 commit comments