Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent 196c908 commit 5e9ea4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: "18"
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: "18"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
node-version: "18"

- name: Download NodeCG
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nodecg/nodecg

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
# We need to escape backslashes to get valid json. Replaces each "\" with "\\"
echo '{"bundles": {"paths": ["'${GITHUB_WORKSPACE//\\/\\\\}'\\nodecg-io","'${GITHUB_WORKSPACE//\\/\\\\}'\\nodecg-io\\services","'${GITHUB_WORKSPACE//\\/\\\\}'\\nodecg-io\\samples"]}}' > ./cfg/nodecg.json
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: "nodecg-io"

Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- tests
- nodecg
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: "18"
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
run: npm pack --workspaces

- name: Clone publish repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: codeoverflow-org/nodecg-io-publish
ssh-key: ${{ secrets.PUBLISH_SSH_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
python-version: 3.10.8

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Checkout docs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: codeoverflow-org/nodecg-io-docs
path: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5e9ea4c

Please sign in to comment.