Skip to content

Commit 9ed61dd

Browse files
Merge pull request #4 from COMP1010UNSW/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 50fb612 + fe5e75f commit 9ed61dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
submodules: true
1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.12'
1818

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
submodules: 'recursive'
1212
- name: Set up Python 3.12
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: 3.12
1616
- uses: Gr1N/setup-poetry@v9
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
submodules: 'recursive'
3333
- name: Set up Python 3.12
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: 3.12
3737
- uses: Gr1N/setup-poetry@v9

0 commit comments

Comments
 (0)