From a00ee1cdb99109f1d3c56d8368a0cbe1ef55f3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:13:06 +0000 Subject: [PATCH] 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/github-docker-action.yml | 2 +- .github/workflows/repository.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-docker-action.yml b/.github/workflows/github-docker-action.yml index 8a0363e..9ca5df1 100644 --- a/.github/workflows/github-docker-action.yml +++ b/.github/workflows/github-docker-action.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: test file (success) uses: ./ diff --git a/.github/workflows/repository.yml b/.github/workflows/repository.yml index ca21e7d..44b1fb4 100644 --- a/.github/workflows/repository.yml +++ b/.github/workflows/repository.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Sync labels uses: micnncim/action-label-syncer@v1