Skip to content

Commit

Permalink
Bump actions/checkout from 3.3.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 3.3.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@v3.3.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 79a285b commit 5b4e709
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1

- name: Check lockfile
uses: ChromaticHQ/[email protected]
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1

- uses: actions/setup-node@v3
with:
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1

- name: Lint YAML
uses: ibiqlik/[email protected]
Expand All @@ -62,7 +62,7 @@ jobs:
node: [18, 20]
platform: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5b4e709

Please sign in to comment.