8000 chore(deps): renovate: actions/cache to d4323d4 · UCL-ARC/python-tooling@b7493ed · GitHub
[go: up one dir, main page]

Skip to content

Commit b7493ed

Browse files
chore(deps): renovate: actions/cache to d4323d4
1 parent e3ba5e5 commit b7493ed

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

1717
- name: Cache pre-commit
18-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
18+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
1919
with:
2020
path: ~/.cache/pre-commit
2121
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3939

4040
- name: Cache pre-commit
41-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
41+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
4242
with:
4343
path: ~/.cache/pre-commit
4444
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828

2929
- name: Cache tox
30-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
30+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3131
with:
3232
path: .tox
3333
key: test-${{ hashFiles('pyproject.toml') }}

tests/data/test_package_generation/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515

1616
- name: Cache tox
17-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
1818
with:
1919
path: .tox
2020
key: tox-${{ hashFiles('pyproject.toml') }}

tests/data/test_package_generation/.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515

1616
- name: Cache pre-commit
17-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
1818
with:
1919
path: ~/.cache/pre-commit
2020
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

tests/data/test_package_generation/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424

2525
- name: Cache tox
26-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
26+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
2727
with:
2828
path: .tox
2929
key: tox-${{hashFiles('pyproject.toml') }}

{{cookiecutter.project_slug}}/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515

1616
- name: Cache tox
17-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
1818
with:
1919
path: .tox
2020
key: tox-${{ '{{' }} hashFiles('pyproject.toml') {{ '}}' }}

{{cookiecutter.project_slug}}/.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515

1616
- name: Cache pre-commit
17-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
1818
with:
1919
path: ~/.cache/pre-commit
2020
key: pre-commit-${{ '{{' }} hashFiles('.pre-commit-config.yaml') {{ '}}' }}

{{cookiecutter.project_slug}}/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727

2828
- name: Cache tox
29-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
29+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3030
with:
3131
path: .tox
3232
key: tox-${{ '{{' }}hashFiles('pyproject.toml') {{ '}}' }}

0 commit comments

Comments
 (0)
0