Skip to content

Commit 2f06d08

Browse files
Merge pull request #755 from litex-hub/dependabot/github_actions/actions/setup-python-7
build(deps): bump actions/setup-python from 6 to 7
2 parents 4c4b5a7 + 7e6e453 commit 2f06d08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v7
1111

1212
- name: Set up Python 3.9
13-
uses: actions/setup-python@v6
13+
uses: actions/setup-python@v7
1414
with:
1515
python-version: "3.9"
1616
cache: "pip"
@@ -52,7 +52,7 @@ jobs:
5252
sudo apt-get install wget build-essential
5353
5454
- name: Set up Python 3.9
55-
uses: actions/setup-python@v6
55+
uses: actions/setup-python@v7
5656
with:
5757
python-version: "3.9"
5858
cache: "pip"

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v7
1717

18-
- uses: actions/setup-python@v6
18+
- uses: actions/setup-python@v7
1919
with:
2020
python-version: "3.x"
2121

0 commit comments

Comments
 (0)