Skip to content

Commit a64fa4e

Browse files
chore(deps): bump actions/setup-python from 6 to 7 (#55)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe10cda commit a64fa4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2222
- name: Set up Python 3.10
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: "3.10"
2626
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v7
1212
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1313
- name: Set up Python 3.10
14-
uses: actions/setup-python@v6
14+
uses: actions/setup-python@v7
1515
with:
1616
python-version: "3.10"
1717
- name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
3535
- name: Set up Python 3.10
36-
uses: actions/setup-python@v6
36+
uses: actions/setup-python@v7
3737
with:
3838
python-version: "3.10"
3939
- name: Install dependencies

0 commit comments

Comments
 (0)