Skip to content

Commit

Permalink
Merge pull request #482 from kurtmckee/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub-actions-3a45a44e14

Bump the github-actions group with 3 updates
  • Loading branch information
kurtmckee authored Nov 1, 2024
2 parents b3f6498 + a04744c commit 6dd43b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:

steps:
- name: "Checkout the repo"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2

- name: "Setup Python"
id: "setup-python"
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3" # v5.2.0
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b" # v5.3.0
with:
python-version: "${{
matrix.interpreter == 'PyPy'
Expand All @@ -88,7 +88,7 @@ jobs:

- name: "Restore cache"
id: "restore-cache"
uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
uses: "actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a" # v4.1.2
with:
# The cache key includes the following to ensure it busts correctly:
#
Expand Down Expand Up @@ -128,11 +128,11 @@ jobs:

steps:
- name: "Checkout the repo"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2

- name: "Setup Python"
id: "setup-python"
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3" # v5.2.0
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b" # v5.3.0
with:
python-version: "3.12"

Expand All @@ -141,7 +141,7 @@ jobs:

- name: "Restore cache"
id: "restore-cache"
uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
uses: "actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a" # v4.1.2
with:
# The cache key includes the following to ensure it busts correctly:
#
Expand Down

0 comments on commit 6dd43b7

Please sign in to comment.