Skip to content

Commit f3b83eb

Browse files
chore(deps): update github actions (#242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e420f98 commit f3b83eb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/check_pr_release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
29+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3030
with:
3131
python-version: '3.14'
3232

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Dependabot metadata
2323
id: metadata
24-
uses: dependabot/fetch-metadata@7d590d1f6c6419e97a707c1d273efcef1242c5ec
24+
uses: dependabot/fetch-metadata@300ce8ecb06a0ee68a73f5f4f6d03c034c623e53
2525
with:
2626
github-token: "${{ secrets.GITHUB_TOKEN }}"
2727
- name: Approve a PR

.github/workflows/release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535
persist-credentials: false
3636

37-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
37+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3838
with:
3939
python-version: '3.14'
4040

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737

3838
- name: Set up Python
39-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
39+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4040
with:
4141
python-version: '3.14'
4242
cache: 'pip'
@@ -73,7 +73,7 @@ jobs:
7373
persist-credentials: false
7474

7575
- name: Set up Python
76-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
76+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7777
with:
7878
python-version: '3.14'
7979
cache: 'pip'
@@ -101,7 +101,7 @@ jobs:
101101
fetch-depth: 0
102102
persist-credentials: false
103103

104-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
104+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
105105
with:
106106
python-version: '3.14'
107107
cache: 'pip'
@@ -126,7 +126,7 @@ jobs:
126126
persist-credentials: false
127127

128128
- name: Set up Python
129-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
129+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
130130
with:
131131
python-version: '3.14'
132132
cache: 'pip'

0 commit comments

Comments
 (0)