Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 865c7ce commit fdbac14
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- 5672:5672

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Setup conda
uses: s-weigand/[email protected]
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up Python 3.8
uses: actions/[email protected]
with:
Expand Down

0 comments on commit fdbac14

Please sign in to comment.