From b8a37f7f6fb4cd63a7f13db5d0c5c0137d028601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 07:15:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ghcr-deploy.yml | 2 +- .github/workflows/test-env.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr-deploy.yml b/.github/workflows/ghcr-deploy.yml index efe6541..0ec6146 100644 --- a/.github/workflows/ghcr-deploy.yml +++ b/.github/workflows/ghcr-deploy.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' diff --git a/.github/workflows/test-env.yml b/.github/workflows/test-env.yml index 4dc7987..53ac011 100644 --- a/.github/workflows/test-env.yml +++ b/.github/workflows/test-env.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: print to console run: echo "Hello Watchdog! ${{secrets.TEST}} ${{github.repository}} ${{env.REGISTRY}}" \ No newline at end of file