Skip to content

Commit 14d7604

Browse files
chore(deps): Bump actions/setup-python from 6 to 7 (#110)
1 parent 07dbbca commit 14d7604

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/agent-image-relock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v7
3434

35-
- uses: actions/setup-python@v6
35+
- uses: actions/setup-python@v7
3636
with:
3737
python-version: "3.12"
3838

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v7
36-
- uses: actions/setup-python@v6
36+
- uses: actions/setup-python@v7
3737
with:
3838
python-version: "3.12"
3939
cache: pip

0 commit comments

Comments
 (0)