Skip to content

Commit bc17291

Browse files
Merge pull request #10 from InsForge/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 6 to 7
2 parents c823bfa + b0cdfd2 commit bc17291

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v7
2121

22-
- uses: actions/setup-python@v6
22+
- uses: actions/setup-python@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v7
3939

40-
- uses: actions/setup-python@v6
40+
- uses: actions/setup-python@v7
4141
with:
4242
python-version: "3.11"
4343

@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v7
7070

71-
- uses: actions/setup-python@v6
71+
- uses: actions/setup-python@v7
7272
with:
7373
python-version: "3.13"
7474

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
26+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2727
with:
2828
python-version: "3.11"
2929

0 commit comments

Comments
 (0)