Skip to content

Commit 6d96211

Browse files
chore(deps): update actions/checkout action to v4.2.0
1 parent d1a5c76 commit 6d96211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4.1.4
34+
uses: actions/checkout@v4.2.0
3535
with:
3636
fetch-depth: 0
3737

@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v4.1.4
58+
uses: actions/checkout@v4.2.0
5959
with:
6060
fetch-depth: 0
6161

0 commit comments

Comments
 (0)