Skip to content

Commit 5e72c71

Browse files
authored
Merge pull request #373 from tlecomte/dependabot/github_actions/dot-github/workflows/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6 in /.github/workflows
2 parents 456549a + 40c2cc6 commit 5e72c71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121

2222
- name: Display Python version
2323
run: python -c "import sys; print(sys.version)"
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v5
7777

7878
- name: Set up Python
79-
uses: actions/setup-python@v5
79+
uses: actions/setup-python@v6
8080

8181
- name: Display Python version
8282
run: python -c "import sys; print(sys.version)"
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@v5
100100

101101
- name: Set up Python
102-
uses: actions/setup-python@v5
102+
uses: actions/setup-python@v6
103103

104104
- name: Display Python version
105105
run: python -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)