Skip to content

Commit 13bfcd6

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [kurtmckee/detect-pythons](https://github.com/kurtmckee/detect-pythons) and [actions/cache](https://github.com/actions/cache). Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) Updates `kurtmckee/detect-pythons` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/kurtmckee/detect-pythons/releases) - [Changelog](https://github.com/kurtmckee/detect-pythons/blob/main/CHANGELOG.rst) - [Commits](kurtmckee/detect-pythons@38187a5...4a7b361) Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: kurtmckee/detect-pythons dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bce9bc0 commit 13bfcd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
4545

4646
- name: "Setup Pythons"
47-
uses: "actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38" # v5.4.0
47+
uses: "actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55" # v5.5.0
4848
env:
4949
# Disable pip upgrade warnings while setting up Python versions.
5050
PIP_DISABLE_PIP_VERSION_CHECK: "1"
@@ -59,11 +59,11 @@ jobs:
5959
allow-prereleases: true
6060

6161
- name: "Detect Pythons"
62-
uses: "kurtmckee/detect-pythons@38187a5464f266e93e5c1467699f7be2bf521d2e" # v1.1.0
62+
uses: "kurtmckee/detect-pythons@4a7b361b5ee27eb35c8b5026ac757d02751d6688" # v1.1.1
6363

6464
- name: "Restore cache"
6565
id: "restore-cache"
66-
uses: "actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf" # v4.2.2
66+
uses: "actions/cache@5a3ec84eff668545956fd18022155c47e93e2684" # v4.2.3
6767
with:
6868
path: |
6969
.mypy_cache/

0 commit comments

Comments
 (0)