Skip to content

Commit 712f459

Browse files
Bump the minor-patch-dependencies group with 3 updates (#87)
Bumps the minor-patch-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `actions/github-script` from 4 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25ad331 commit 712f459

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Check and lint
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- uses: actions-rs/toolchain@v1
1212
with:
1313
profile: minimal
@@ -23,8 +23,8 @@ jobs:
2323
runs-on: ubuntu-latest
2424
needs: lint
2525
steps:
26-
- uses: actions/checkout@v2
27-
- uses: actions/setup-python@v4
26+
- uses: actions/checkout@v4
27+
- uses: actions/setup-python@v5
2828
with:
2929
python-version: '3.12'
3030
architecture: 'x64'

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ jobs:
8282

8383
runs-on: ${{ matrix.os }}-latest
8484
steps:
85-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8686

8787
- name: Set up python
88-
uses: actions/setup-python@v4
88+
uses: actions/setup-python@v5
8989
with:
9090
python-version: '3.11'
9191
architecture: ${{ matrix.python-architecture }}
9292

9393
- name: Extract version from tag
94-
uses: actions/github-script@v4
94+
uses: actions/github-script@v7
9595
id: set_version
9696
with:
9797
script: |

0 commit comments

Comments
 (0)