Skip to content

Commit efd2f21

Browse files
authored
Merge pull request #57 from Tcode-Motion/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 4 to 7
2 parents e707fcf + d20786b commit efd2f21

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

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

2222
- name: Set up Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: '3.10'
2626

.github/workflows/graphify.yml

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

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
cache: 'pip'

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: "3.12"
2222

@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v4
6565

6666
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@v5
67+
uses: actions/setup-python@v7
6868
with:
6969
python-version: ${{ matrix.python-version }}
7070

0 commit comments

Comments
 (0)