Skip to content

Commit 6dd43b7

Browse files
authored
Merge pull request #482 from kurtmckee/dependabot/github_actions/github-actions-3a45a44e14
Bump the github-actions group with 3 updates
2 parents b3f6498 + a04744c commit 6dd43b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070

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

7575
- name: "Setup Python"
7676
id: "setup-python"
77-
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3" # v5.2.0
77+
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b" # v5.3.0
7878
with:
7979
python-version: "${{
8080
matrix.interpreter == 'PyPy'
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: "Restore cache"
9090
id: "restore-cache"
91-
uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
91+
uses: "actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a" # v4.1.2
9292
with:
9393
# The cache key includes the following to ensure it busts correctly:
9494
#
@@ -128,11 +128,11 @@ jobs:
128128

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

133133
- name: "Setup Python"
134134
id: "setup-python"
135-
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3" # v5.2.0
135+
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b" # v5.3.0
136136
with:
137137
python-version: "3.12"
138138

@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: "Restore cache"
143143
id: "restore-cache"
144-
uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
144+
uses: "actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a" # v4.1.2
145145
with:
146146
# The cache key includes the following to ensure it busts correctly:
147147
#

0 commit comments

Comments
 (0)