Skip to content

Commit 1cb53c7

Browse files
chore(deps): update actions/checkout action to v5
1 parent 7d7143f commit 1cb53c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node:
1313
- '18'
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: ${{ matrix.node }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v5
1515
with:
1616
persist-credentials: false
1717
- name: Setup Node.js

0 commit comments

Comments
 (0)