Skip to content

Commit 13bbbc0

Browse files
chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#1656)
* chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * docs: add details to CHANGES --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sijis Aviles <sijis.aviles@gmail.com>
1 parent d02778d commit 13bbbc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v3.6.0
18+
uses: actions/checkout@v4.0.0
1919

2020
- name: build and push docker image
2121
uses: mr-smithers-excellent/docker-build-push@v6

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: [3.8, 3.9, "3.10"]
2323

2424
steps:
25-
- uses: actions/checkout@v3.6.0
25+
- uses: actions/checkout@v4.0.0
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v4.7.0
2828
with:

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fixes:
2828
- chore: simplify isort config using black (#1595)
2929
- fix: detecting entrypoint module paths (#1603)
3030
- chore: fix Docker build to use local tree (#1608)
31-
- chore: bump actions/checkout version (#1610, #1625, #1637, #1644, #1653)
31+
- chore: bump actions/checkout version (#1610, #1625, #1637, #1644, #1653, #1656)
3232
- docs: link to external Discord plugin documentation (#1615)
3333
- chore: add ARG to Dockerfile and add proper stop signal (#1613)
3434
- fix: update module versions and build (#1627)

0 commit comments

Comments
 (0)