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 51d7feb commit ce0914eCopy full SHA for ce0914e
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Check out
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
14
- name: Login to GitHub Container Registry
15
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ success() }}
47
48
- name: Checkout
49
50
with:
51
fetch-depth: 0
52
0 commit comments