Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent a4f9f06 commit 5627c3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Update readme
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
- uses: actions/[email protected]
with:
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- windows-2022
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
- uses: actions/[email protected]
with:
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Generate extra labels
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
- uses: actions/[email protected]
with:
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# See: meta_package_manager/tests/test_manager_homebrew.py::TestCask test.
HOMEBREW_NO_INSTALL_FROM_API: "1"
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4

- name: Python ${{ matrix.python-version }} - Install
uses: actions/[email protected]
Expand Down

0 comments on commit 5627c3e

Please sign in to comment.