From cb9e671b30bac5976c51300e820e95db74a8be0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 01:32:45 -0500 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1663) * chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 c53f0d7d3..89ec1720d 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.1.0 + uses: actions/checkout@v4.1.1 - 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 dbcf9557c..f1294949b 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.1.0 + - uses: actions/checkout@v4.1.1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.1 with: diff --git a/CHANGES.rst b/CHANGES.rst index 77cdf41e3..abd215b26 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, #1658) +- chore: bump actions/checkout version (#1610, #1625, #1637, #1644, #1653, #1656, #1658, #1663) - 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)