Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 1277770 commit d2b1530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs-lint-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
Expand All @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
Expand All @@ -124,7 +124,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
Expand All @@ -148,7 +148,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
Expand Down

0 comments on commit d2b1530

Please sign in to comment.