Skip to content

Commit

Permalink
build(deps): Bump actions/checkout from 4.2.1 to 4.2.2
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 1b75d76 commit cc02883
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- name: Set up Python
uses: actions/setup-python@v5.3.0
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
id-token: write
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- name: Download binaries artifact
uses: actions/download-artifact@v4.1.8
Expand All @@ -152,7 +152,7 @@ jobs:
id-token: write
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- name: Download binaries artifact
uses: actions/download-artifact@v4.1.8
Expand All @@ -168,7 +168,7 @@ jobs:
needs: deploy-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

Expand Down

0 comments on commit cc02883

Please sign in to comment.