Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 73fd322

Browse files
Bump actions/checkout from 2 to 3 (#493)
1 parent 8f64a01 commit 73fd322

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions/[email protected]
1616
with:
1717
node-version: "16"
@@ -39,7 +39,7 @@ jobs:
3939
tests:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- uses: actions/[email protected]
4444
with:
4545
node-version: "16"
@@ -69,7 +69,7 @@ jobs:
6969
node-version: "16"
7070

7171
- name: Download NodeCG
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v3
7373
with:
7474
repository: nodecg/nodecg
7575

@@ -104,7 +104,7 @@ jobs:
104104
# We need to escape backslashes to get valid json. Replaces each "\" with "\\"
105105
echo '{"bundles": {"paths": ["'${GITHUB_WORKSPACE//\\/\\\\}'\\nodecg-io","'${GITHUB_WORKSPACE//\\/\\\\}'\\nodecg-io\\services","'${GITHUB_WORKSPACE//\\/\\\\}'\\nodecg-io\\samples"]}}' > ./cfg/nodecg.json
106106
107-
- uses: actions/checkout@v2
107+
- uses: actions/checkout@v3
108108
with:
109109
path: "nodecg-io"
110110

@@ -141,7 +141,7 @@ jobs:
141141
- tests
142142
- nodecg
143143
steps:
144-
- uses: actions/checkout@v2
144+
- uses: actions/checkout@v3
145145
- uses: actions/[email protected]
146146
with:
147147
node-version: "16"
@@ -158,7 +158,7 @@ jobs:
158158
run: npm pack --workspaces
159159

160160
- name: Clone publish repository
161-
uses: actions/checkout@v2
161+
uses: actions/checkout@v3
162162
with:
163163
repository: codeoverflow-org/nodecg-io-publish
164164
ssh-key: ${{ secrets.PUBLISH_SSH_KEY }}

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
python-version: 3.8.3
2323

24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525

2626
- name: Checkout docs
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
with:
2929
repository: codeoverflow-org/nodecg-io-docs
3030
path: docs

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99

1010
- uses: actions/[email protected]
1111
with:

0 commit comments

Comments
 (0)