Skip to content

Commit 52baead

Browse files
Update actions/checkout action to v3 (#39)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 33c4992 commit 52baead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

2525
- uses: actions/setup-node@v2
2626
with:
@@ -53,7 +53,7 @@ jobs:
5353
needs: ['test']
5454
if: "!contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
- uses: actions/setup-node@v2
5858
with:
5959
node-version: 14.x

0 commit comments

Comments
 (0)