Skip to content

Commit 496bff3

Browse files
authored
Merge pull request #45 from Codex-/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
2 parents 319c113 + f64558a commit 496bff3

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: [14.x, 16.x, 18.x]
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v3
1818
with:
@@ -43,7 +43,7 @@ jobs:
4343
CI: true
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v3
4747
- name: Use Node.js lts
4848
uses: actions/setup-node@v3
4949
with:

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)