From ba5693cf6118db1fe8e54fa8a31760be6ae3436f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:28:42 -0500 Subject: [PATCH] ci(deps): bump actions/checkout from 3 to 4 (#60) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/automated-tests.yml | 2 +- .github/workflows/commit-linter.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/devcontainer-checker.yml | 2 +- .github/workflows/pypi-release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index f979d01..547d05e 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -56,7 +56,7 @@ jobs: uploader.codecov.io:443 - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python and Poetry uses: ./.github/actions/setup-poetry diff --git a/.github/workflows/commit-linter.yml b/.github/workflows/commit-linter.yml index ec96037..119b3b5 100644 --- a/.github/workflows/commit-linter.yml +++ b/.github/workflows/commit-linter.yml @@ -31,7 +31,7 @@ jobs: github.com:443 - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 26d37af..ca14f1a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -37,7 +37,7 @@ jobs: uploads.github.com:443 - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/devcontainer-checker.yml b/.github/workflows/devcontainer-checker.yml index b71ce75..37800e9 100644 --- a/.github/workflows/devcontainer-checker.yml +++ b/.github/workflows/devcontainer-checker.yml @@ -53,7 +53,7 @@ jobs: webi.sh:443 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build and run dev container task uses: devcontainers/ci@v0.3 diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 9e5f77b..6f1abe6 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -33,7 +33,7 @@ jobs: upload.pypi.org:443 - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python and Poetry uses: ./.github/actions/setup-poetry