Skip to content

Commit 46e3fc1

Browse files
Renovate: all digest updates
1 parent ec8051b commit 46e3fc1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
key: tox-${{ hashFiles('pyproject.toml') }}
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
24+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2525
with:
2626
python-version: 3.x
2727
cache: pip

.github/workflows/links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 2
1515
steps:
1616
- name: Check links
17-
uses: UCL-MIRSG/.github/actions/links@b2dc69ec3c03ba23433554d7cf421b02658a663b # v0
17+
uses: UCL-MIRSG/.github/actions/links@4695e545829b91dcddc6e36358454bc4a879f751 # v0
1818
with:
1919
app-id: ${{ vars.LINKS_APP_ID }}
2020
app-pem: ${{ secrets.LINKS_PRIVATE_KEY }}

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
if: github.event.pull_request.draft == false
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: UCL-MIRSG/.github/actions/linting@b2dc69ec3c03ba23433554d7cf421b02658a663b # v0
26+
- uses: UCL-MIRSG/.github/actions/linting@4695e545829b91dcddc6e36358454bc4a879f751 # v0
2727
with:
2828
pre-commit-config: ./.pre-commit-config.yaml

.github/workflows/manage-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
add-issue-to-project:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: UCL-MIRSG/.github/actions/add-to-project@b2dc69ec3c03ba23433554d7cf421b02658a663b # v0
13+
- uses: UCL-MIRSG/.github/actions/add-to-project@4695e545829b91dcddc6e36358454bc4a879f751 # v0
1414
with:
1515
app-id: ${{ secrets.APP_ID }}
1616
app-pem: ${{ secrets.APP_PEM }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: tox-${{hashFiles('pyproject.toml') }}
3030

3131
- name: Set up python
32-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
32+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: pip

0 commit comments

Comments
 (0)