Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#392)
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 f2a6632 commit ddaf55a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
version: ${{ steps.vars.outputs.tag }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Get tag
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up Python
uses: actions/[email protected]
with:
Expand All @@ -39,7 +39,7 @@ jobs:

# steps:
# - name: Check out code from GitHub
# uses: actions/[email protected].1
# uses: actions/[email protected].2
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/[email protected]
# with:
Expand Down

0 comments on commit ddaf55a

Please sign in to comment.