Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#2373)
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 e7c8992 commit 01bf8c9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Add label
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up nodejs
uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ['3.10', '3.11', '3.12']
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 01bf8c9

Please sign in to comment.