Skip to content

Commit ff010e2

Browse files
authored
chore(deps): update actions/setup-python action to v7 (#216)
1 parent 3f6f946 commit ff010e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/docs.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1414
- name: Setup Python
15-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
15+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1616
with:
1717
python-version: "3.10"
1818
- name: Install nox
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3030
- name: Setup Python
31-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
31+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3232
with:
3333
python-version: "3.10"
3434
- name: Install nox

‎.github/workflows/lint.yml‎

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

3636
- name: Setup Python
37-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3838
with:
3939
python-version: "3.11"
4040

0 commit comments

Comments
 (0)