Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 9a90f39

Browse files
renovate-botmergify[bot]
authored andcommitted
chore(deps): update actions/checkout action to v3
1 parent 9afa332 commit 9a90f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: "16.x"

.github/workflows/update-repo-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
# Currently ships with 2.3.0 which does not have repo edit
2222
- name: Update GitHub CLI

0 commit comments

Comments
 (0)