Skip to content

Commit 9066453

Browse files
dependabot[bot]kdeldycke
authored andcommitted
Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f054f0 commit 9066453

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/autofix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Update readme
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v5.0.0
1717
- name: Install uv
1818
run: |
1919
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.17.1/requirements/uv.txt

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Generate extra labels
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v4.2.2
14+
- uses: actions/checkout@v5.0.0
1515
- name: Install uv
1616
run: |
1717
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.17.1/requirements/uv.txt

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# See: meta_package_manager/test_manager_homebrew.py::TestCask test.
6161
HOMEBREW_NO_INSTALL_FROM_API: "1"
6262
steps:
63-
- uses: actions/checkout@v4.2.2
63+
- uses: actions/checkout@v5.0.0
6464

6565
### Install or upgrade package managers on each platform, and made them
6666
### ready to use for mpm.

0 commit comments

Comments
 (0)