Skip to content

Commit ad69f2c

Browse files
chore(deps): update actions/setup-python digest to a26af69 (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0de4b2 commit ad69f2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
32+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "pip"
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
62-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
62+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6363
with:
6464
python-version: "3.13"
6565
cache: "pip"
@@ -75,7 +75,7 @@ jobs:
7575
security-events: write
7676
steps:
7777
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
78-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
78+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7979
with:
8080
python-version: "3.13"
8181

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4646

47-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
47+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4848
with:
4949
python-version: '3.13'
5050

0 commit comments

Comments
 (0)