From e2e41586ddfd5f216d4862b435d62207de63dbec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:58:58 -0500 Subject: [PATCH] chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#1658) * chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * docs: add info to CHANGES --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sijis Aviles --- .github/workflows/docker-build.yml | 2 +- .github/workflows/python-package.yml | 2 +- CHANGES.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 2d032bc6a..c53f0d7d3 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: build and push docker image uses: mr-smithers-excellent/docker-build-push@v6 diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index eb30d8d43..a2ecc65a4 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -22,7 +22,7 @@ jobs: python-version: [3.8, 3.9, "3.10"] steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.0 with: diff --git a/CHANGES.rst b/CHANGES.rst index 5b232ddf3..7c7589558 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -28,7 +28,7 @@ fixes: - chore: simplify isort config using black (#1595) - fix: detecting entrypoint module paths (#1603) - chore: fix Docker build to use local tree (#1608) -- chore: bump actions/checkout version (#1610, #1625, #1637, #1644, #1653, #1656) +- chore: bump actions/checkout version (#1610, #1625, #1637, #1644, #1653, #1656, #1658) - docs: link to external Discord plugin documentation (#1615) - chore: add ARG to Dockerfile and add proper stop signal (#1613) - fix: update module versions and build (#1627)