From 6215314a4910cbab5a1575d03f5c89eb8cdb9841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:47:14 +0000 Subject: Bump actions/checkout from 3 to 4 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] --- .github/workflows/build-deploy.yml | 4 ++-- .github/workflows/lint-test.yml | 2 +- .github/workflows/sentry_release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index f38686426..739315b6e 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # The current version (v2) of Docker's build-push action uses # buildx, which comes with BuildKit features that help us speed @@ -61,7 +61,7 @@ jobs: environment: production steps: - name: Checkout Kubernetes repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: python-discord/kubernetes diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 5e1f55584..6091621ad 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.1 diff --git a/.github/workflows/sentry_release.yml b/.github/workflows/sentry_release.yml index cdc8f37d5..265c71111 100644 --- a/.github/workflows/sentry_release.yml +++ b/.github/workflows/sentry_release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create a Sentry.io release uses: tclindner/sentry-releases-action@v1.2.0 -- cgit v1.2.3