We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10520f commit b043732Copy full SHA for b043732
.github/workflows/ci.yaml
@@ -62,7 +62,7 @@ jobs:
62
packages: 'write'
63
steps:
64
- name: Checkout
65
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
66
with:
67
fetch-depth: 0
68
- name: Docker meta
.github/workflows/publish.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
@@ -101,7 +101,7 @@ jobs:
101
discussions: write
102
103
104
105
- name: Release
106
uses: softprops/action-gh-release@v1
107
0 commit comments