Skip to content

Commit 626903d

Browse files
gha(deps): bump actions/checkout from 2 to 3 (#6)
1 parent 0dcb27c commit 626903d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.create-react-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
console.log("CWD: ", process.cwd());
8181
8282
- name: Checkout repository
83-
uses: actions/checkout@v2
83+
uses: actions/checkout@v3
8484

8585
- name: Setup Node
8686
uses: actions/setup-node@v2

.github/workflows/label-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Sync repo labels
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: micnncim/action-label-syncer@v1
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)