Skip to content

Commit 65cf5de

Browse files
chore(deps): update actions/checkout action to v5
1 parent c772b9e commit 65cf5de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
token: ${{ secrets.MACHINE_USER_TOKEN }}
2929

0 commit comments

Comments
 (0)