Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 3.5.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent 44dd638 commit bc13ea0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
node: [10, 11, 12, 13, 14]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.5.2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
node: [14] # Can only be ran on 14 because it relies on fs/promises
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.5.2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.5.2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
Expand All @@ -30,7 +30,7 @@ jobs:
Integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.5.2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.5.2
- uses: actions/[email protected]
with:
registry-url: https://npm.pkg.github.com/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.5.2
- uses: actions/[email protected]
with:
node-version: 14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spec_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
Update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.5.2
- name: Setup Python environment
uses: actions/[email protected]
with:
Expand Down

0 comments on commit bc13ea0

Please sign in to comment.