Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.2 (#1483)
Browse files Browse the repository at this point in the history
* added new categories (#1478)

* added new categories

* added try-except

* bugfix list to dictionary

* added output consistency field and blackened code

* Update columns_information.py

* Bump actions/checkout from 4.1.7 to 4.2.2

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4.1.7...v4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Miquel Duran-Frigola <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dhanshree Arora <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent 16ff94a commit bc98caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_and_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- test_auto_fetcher_decider
- test_conventional_run
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected]
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]

- name: Add conda to system path
run: echo $CONDA/bin >> $GITHUB_PATH
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
needs: run-pytest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected]
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]

- name: Add conda to system path
run: echo $CONDA/bin >> $GITHUB_PATH
Expand Down

0 comments on commit bc98caf

Please sign in to comment.