Skip to content

Commit 7e9ec6b

Browse files
chore(deps): update actions/checkout action to v5
1 parent 2f55b13 commit 7e9ec6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tag: ${{ steps.tag.outputs.new_tag }}
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131
- name: Get version
@@ -49,7 +49,7 @@ jobs:
4949
needs: get-version
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
fetch-depth: 0
5555

0 commit comments

Comments
 (0)