Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bdukes committed Jan 6, 2023
1 parent 4e54e82 commit f64343b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"matrix": { "node-version": ["14.x", "16.x", "18.x"] }
},
"steps": [
{ "uses": "actions/checkout@v3.2.0" },
{ "uses": "actions/checkout@v3.3.0" },
{
"name": "Use Node.js ${{ matrix.node-version }}",
"uses": "actions/[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"runs-on": "ubuntu-latest",
"steps": [
{ "uses": "actions/checkout@v3.2.0" },
{ "uses": "actions/checkout@v3.3.0" },
{
"uses": "actions/[email protected]",
"with": {
Expand All @@ -20,7 +20,7 @@
"needs": "build",
"runs-on": "ubuntu-latest",
"steps": [
{ "uses": "actions/checkout@v3.2.0" },
{ "uses": "actions/checkout@v3.3.0" },
{
"uses": "actions/[email protected]",
"with": {
Expand Down

0 comments on commit f64343b

Please sign in to comment.