From ec4c0b46fa010b52a2d214cb7f33f167dd0b7df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:28:50 -0500 Subject: [PATCH] chore(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#1644) * chore(deps): bump actions/checkout from 3.5.2 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [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/v3.5.2...v3.5.3) --- 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 b428cee7d..6dacb0c5f 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - 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 a970b02bd..849c61b47 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -22,7 +22,7 @@ jobs: python-version: [3.7, 3.8, 3.9, "3.10"] steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.6.1 with: diff --git a/CHANGES.rst b/CHANGES.rst index 238f1ab14..90b39e731 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,7 +27,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) +- chore: bump actions/checkout version (#1610, #1625, #1637, #1644) - 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)