Skip to content

Commit

Permalink
Bump actions/checkout from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.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 Sep 25, 2023
1 parent e5fa7ab commit 3ccb2e8
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/checkout@v4.0.0" },
{ "uses": "actions/checkout@v4.1.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 @@ -8,7 +8,7 @@
"build": {
"runs-on": "ubuntu-latest",
"steps": [
{ "uses": "actions/checkout@v4.0.0" },
{ "uses": "actions/checkout@v4.1.0" },
{
"uses": "actions/[email protected]",
"with": {
Expand All @@ -24,7 +24,7 @@
"runs-on": "ubuntu-latest",
"permissions": { "id-token": "write" },
"steps": [
{ "uses": "actions/checkout@v4.0.0" },
{ "uses": "actions/checkout@v4.1.0" },
{
"uses": "actions/[email protected]",
"with": {
Expand Down

0 comments on commit 3ccb2e8

Please sign in to comment.