Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent ae68254 commit d2a2008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Shellcheck
run: "shellcheck *.sh"
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-22.04
needs: lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build general-purpose container
run: make general
Expand All @@ -50,7 +50,7 @@ jobs:
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build Python container
run: make python
Expand Down

0 comments on commit d2a2008

Please sign in to comment.