Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 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.1.2 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.1.2...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]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent c700092 commit 20d5d04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -18,7 +18,7 @@ jobs:
outputs:
net_tag: ${{ steps.tag_version.outputs.new_tag }}
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
Expand All @@ -29,7 +29,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.2
- uses: arduino/setup-task@v2
- name: Lint and tests
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -18,7 +18,7 @@ jobs:
outputs:
next_tag: ${{ steps.tag_version.outputs.new_version }}
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 20d5d04

Please sign in to comment.