Skip to content

Commit be7390a

Browse files
authored
Bump the github-actions group with 2 updates (#74)
2 parents 6769733 + 4aa9798 commit be7390a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/readme_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- uses: "kurtmckee/detect-pythons@v1"
5252

53-
- uses: "actions/cache@v4"
53+
- uses: "actions/cache@v5"
5454
id: "restore-cache"
5555
with:
5656
# You may need to augment the list of files to hash.

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: "${{ matrix.os.runner }}"
6767
steps:
6868
- name: "Checkout the repository"
69-
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
69+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
7070

7171
- name: "Test: Disable output file"
7272
uses: "./"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and tox test environments stored in ``.tox/``.
5858
5959
- uses: "kurtmckee/detect-pythons@v1"
6060
61-
- uses: "actions/cache@v4"
61+
- uses: "actions/cache@v5"
6262
id: "restore-cache"
6363
with:
6464
# You may need to augment the list of files to hash.

0 commit comments

Comments
 (0)