From 2596e3267661bec1fad8fc07cf3ec8a276c9a071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:59:58 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.0. - [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.6.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main-ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/pr-ci.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b37a137..cb9a295 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index d238ab7..dc520b5 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -14,7 +14,7 @@ jobs: # GitHub Actions do not automatically checkout your projects. If you need the code # you need to check it out. - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.0 - name: Prepare id: prep run: | diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 8e39a99..a0aaaa6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -14,7 +14,7 @@ jobs: # GitHub Actions do not automatically checkout your projects. If you need the code # you need to check it out. - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.0 - name: Login to ghcr uses: docker/login-action@v2 with: diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 52f34f9..8f4de27 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -15,7 +15,7 @@ jobs: # GitHub Actions do not automatically checkout your projects. If you need the code # you need to check it out. - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9daeccd..5e553a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # GitHub Actions do not automatically checkout your projects. If you need the code # you need to check it out. - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.0 - name: Prepare id: prep