Skip to content

Commit 7d87096

Browse files
authored
Merge pull request #36 from genotrance/dependabot/github_actions/github-actions-3a45a44e14
Bump the github-actions group with 3 updates
2 parents 5bb9d1d + 3110b17 commit 7d87096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
runs-on: "${{ matrix.os.runner }}"
4242
steps:
4343
- name: "Checkout the repository"
44-
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
44+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
4545

4646
- name: "Setup Pythons"
47-
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3" # v5.2.0
47+
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b" # v5.3.0
4848
env:
4949
# Disable pip upgrade warnings while setting up Python versions.
5050
PIP_DISABLE_PIP_VERSION_CHECK: "1"
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: "Restore cache"
6565
id: "restore-cache"
66-
uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
66+
uses: "actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a" # v4.1.2
6767
with:
6868
path: |
6969
.mypy_cache/

0 commit comments

Comments
 (0)