Skip to content

Commit cc9f802

Browse files
Merge pull request #17 from F3Nation-Community/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 715f8f0 + 8a80205 commit cc9f802

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
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.head_ref || github.ref_name }}
2222
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
2323
fetch-depth: 0
24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.12"
2727
- name: Install Poetry and export plugin
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@v6
67-
- uses: actions/setup-python@v5
67+
- uses: actions/setup-python@v6
6868
with:
6969
python-version: "3.12"
7070
- name: Install dependencies

.github/workflows/deploy-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v6
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.12'
3030
- uses: aws-actions/setup-sam@v2

0 commit comments

Comments
 (0)