Skip to content

Commit c3e7048

Browse files
chore(deps): update actions/checkout action to v3 (#343)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fcbfbf2 commit c3e7048

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v2
1616
with:
1717
cache: npm

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- windows-latest
2222
runs-on: "${{ matrix.os }}"
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- run: git config --global user.name github-actions
2626
- run: git config --global user.email [email protected]
2727
- name: "Use Node.js ${{ matrix.node-version }}"
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
needs: test_matrix
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141
- name: "Use Node.js ${{ matrix.node-version }}"
4242
uses: actions/setup-node@v2
4343
with:

0 commit comments

Comments
 (0)