Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.1.1)

---
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 Nov 1, 2023
1 parent ce732c5 commit e4c3972
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/[email protected]
with:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/[email protected]
with:
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Download Action Assets
uses: actions/[email protected]
with:
Expand All @@ -105,7 +105,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: main
- name: Use Node.js ${{ vars.NODE_VERSION }}
Expand Down

0 comments on commit e4c3972

Please sign in to comment.