Skip to content

Commit b314f7f

Browse files
authored
Merge pull request #21 from GRG-Projects/dependabot/github_actions/actions-1cc54e3a68
Bump actions/setup-python from 5 to 6 in the actions group
2 parents 7491b7c + c233773 commit b314f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
31-
- uses: actions/setup-python@v5
31+
- uses: actions/setup-python@v6
3232
with:
3333
python-version: 3
3434
- run: pip install --upgrade build twine
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
name: archive
6969
path: archive/
70-
- uses: actions/setup-python@v5
70+
- uses: actions/setup-python@v6
7171
with:
7272
python-version: 3
7373
- name: Display Python version

0 commit comments

Comments
 (0)