Skip to content

Commit 2544ffe

Browse files
chore(deps): update actions/setup-python action to v7 (#562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yaseen-A-Khan <121960551+Yaseen-A-Khan@users.noreply.github.com>
1 parent a97846a commit 2544ffe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2424
with:
2525
python-version: "3.10"
2626

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7474
- name: Install python
75-
uses: actions/setup-python@v6
75+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
7676
with:
7777
python-version: '3.12'
7878

0 commit comments

Comments
 (0)