Skip to content

Commit 396477d

Browse files
renovate[bot]bhovhannes
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 8ebb300 commit 396477d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
id-token: write
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
ssh-key: ${{ secrets.DEPLOY_KEY }}
2727
- name: Check if on main branch

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: lts/*

0 commit comments

Comments
 (0)