Skip to content

Commit ce0914e

Browse files
Update actions/checkout action to v5
1 parent 51d7feb commit ce0914e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Login to GitHub Container Registry
1515
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ success() }}
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0
5252

0 commit comments

Comments
 (0)