Skip to content

Commit e81928c

Browse files
authored
chore(deps): update actions/checkout action to v4 (#124)
2 parents ebbb6d6 + 5165c15 commit e81928c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
node-version: [18.x, 20.x]
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v3
1818
with:
@@ -41,7 +41,7 @@ jobs:
4141
CI: true
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- name: Use Node.js lts
4646
uses: actions/setup-node@v3
4747
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0 # Need history for changelog generation
2727
- name: Use Node.js lts

0 commit comments

Comments
 (0)