Skip to content

Commit 98f7dbf

Browse files
authored
Merge pull request #41 from genotrance/dependabot/github_actions/github-actions-764690fa77
Bump the github-actions group with 3 updates
2 parents bce9bc0 + 13bfcd6 commit 98f7dbf

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)