Skip to content

Commit 1548775

Browse files
chore(deps): update actions/checkout action to v5
1 parent 0459bb5 commit 1548775

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
@@ -21,7 +21,7 @@ jobs:
2121
if: github.ref == 'refs/heads/main'
2222
steps:
2323
- name: Check out repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Build and deploy
2626
uses: shalzz/[email protected]
2727
env:
@@ -32,7 +32,7 @@ jobs:
3232
if: github.ref != 'refs/heads/main'
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: Install and build
3737
if: github.event.action != 'closed'
3838
uses: shalzz/[email protected]

0 commit comments

Comments
 (0)