Skip to content

Commit

Permalink
build(deps): bump actions/checkout in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `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
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 760f0fd commit 26332b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python_cache_key: ${{ steps.generate_python_cache_key.outputs.key }}
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Filter for core changes
uses: dorny/[email protected]
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
python-version: ${{ fromJSON(needs.info.outputs.python_versions) }}
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
if: needs.info.outputs.run_pipeline == 'true'
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: "2"
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
if: needs.info.outputs.run_pipeline == 'true'
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 26332b9

Please sign in to comment.