From 73e905abca6a3e31f107a5d2bb282eba9c80ed8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:38:26 +0100 Subject: [PATCH] Chore(deps): Bump actions/checkout from 3 to 4 (#416) 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/actions_template_sync.yml | 2 +- .github/workflows/gh_pages_mk_docs.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/push_docker.yml | 2 +- .github/workflows/release_test_docker_images.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/test_hooks.yml | 2 +- .github/workflows/test_ssh.yml | 2 +- .github/workflows/test_ssh_gitlab.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index 1d60d02f..0cab427b 100644 --- a/.github/workflows/actions_template_sync.yml +++ b/.github/workflows/actions_template_sync.yml @@ -14,7 +14,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: actions-template-sync uses: AndreasAugustin/actions-template-sync@v1.1.3 with: diff --git a/.github/workflows/gh_pages_mk_docs.yml b/.github/workflows/gh_pages_mk_docs.yml index 6fae31f9..1aabbb4a 100644 --- a/.github/workflows/gh_pages_mk_docs.yml +++ b/.github/workflows/gh_pages_mk_docs.yml @@ -11,7 +11,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 3.x diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d12d1b0..7b0e9a43 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: markdownlint run: make markdownlint - name: prune diff --git a/.github/workflows/push_docker.yml b/.github/workflows/push_docker.yml index 22daa1aa..3f12b602 100644 --- a/.github/workflows/push_docker.yml +++ b/.github/workflows/push_docker.yml @@ -34,7 +34,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to DockerHub if: github.event_name != 'pull_request' uses: docker/login-action@v2 diff --git a/.github/workflows/release_test_docker_images.yml b/.github/workflows/release_test_docker_images.yml index 69153cce..f57ae891 100644 --- a/.github/workflows/release_test_docker_images.yml +++ b/.github/workflows/release_test_docker_images.yml @@ -33,7 +33,7 @@ jobs: - andyaugustin/actions-template-sync runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index aa7a9334..ed48cb72 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -13,6 +13,6 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run shellcheck in container run: make shellcheck diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efc937fc..73776b36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test action step uses: ./ # Uses an action in the root directory with: diff --git a/.github/workflows/test_hooks.yml b/.github/workflows/test_hooks.yml index af76c881..85025b7c 100644 --- a/.github/workflows/test_hooks.yml +++ b/.github/workflows/test_hooks.yml @@ -15,7 +15,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test action step uses: ./ # Uses an action in the root directory with: diff --git a/.github/workflows/test_ssh.yml b/.github/workflows/test_ssh.yml index f5ecd160..237093d7 100644 --- a/.github/workflows/test_ssh.yml +++ b/.github/workflows/test_ssh.yml @@ -15,7 +15,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test action step ssh if: github.repository_owner == 'AndreasAugustin' uses: ./ # Uses an action in the root directory diff --git a/.github/workflows/test_ssh_gitlab.yml b/.github/workflows/test_ssh_gitlab.yml index 0b9dab07..f8f5bbcd 100644 --- a/.github/workflows/test_ssh_gitlab.yml +++ b/.github/workflows/test_ssh_gitlab.yml @@ -15,7 +15,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test action step ssh if: github.repository_owner == 'AndreasAugustin' uses: ./ # Uses an action in the root directory