Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bdukes committed Jun 12, 2023
1 parent 5bc7b8f commit 2b175a1
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 @@ -12,7 +12,7 @@
"matrix": { "node-version": ["14.x", "16.x", "18.x", "20.x"] }
},
"steps": [
{ "uses": "actions/[email protected].2" },
{ "uses": "actions/[email protected].3" },
{
"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 @@ -8,7 +8,7 @@
"build": {
"runs-on": "ubuntu-latest",
"steps": [
{ "uses": "actions/[email protected].2" },
{ "uses": "actions/[email protected].3" },
{
"uses": "actions/[email protected]",
"with": {
Expand All @@ -24,7 +24,7 @@
"runs-on": "ubuntu-latest",
"permissions": { "id-token": "write" },
"steps": [
{ "uses": "actions/[email protected].2" },
{ "uses": "actions/[email protected].3" },
{
"uses": "actions/[email protected]",
"with": {
Expand Down

0 comments on commit 2b175a1

Please sign in to comment.