From 8c459d2dc440dfaf68d0a247097cf39101529160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:30:55 +0100 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#20) 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/czicompress_cmake.yml | 2 +- .github/workflows/czicompress_codeql.yml | 2 +- .github/workflows/czishrink_codeql.yml | 2 +- .github/workflows/czishrink_dotnet.yml | 2 +- .github/workflows/mega-linter.yml | 2 +- .github/workflows/reuse.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/czicompress_cmake.yml b/.github/workflows/czicompress_cmake.yml index 7447d00..dc89dc6 100644 --- a/.github/workflows/czicompress_cmake.yml +++ b/.github/workflows/czicompress_cmake.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout the source codes. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: ./.github/actions/cmake-build with: diff --git a/.github/workflows/czicompress_codeql.yml b/.github/workflows/czicompress_codeql.yml index 00bfad7..dcad435 100644 --- a/.github/workflows/czicompress_codeql.yml +++ b/.github/workflows/czicompress_codeql.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/czishrink_codeql.yml b/.github/workflows/czishrink_codeql.yml index 28ef76c..dc123ac 100644 --- a/.github/workflows/czishrink_codeql.yml +++ b/.github/workflows/czishrink_codeql.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true diff --git a/.github/workflows/czishrink_dotnet.yml b/.github/workflows/czishrink_dotnet.yml index 7101722..8568a34 100644 --- a/.github/workflows/czishrink_dotnet.yml +++ b/.github/workflows/czishrink_dotnet.yml @@ -38,7 +38,7 @@ jobs: } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index a9d27e1..15ceaed 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # MegaLinter - name: MegaLinter diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 7cc344e..6c9e653 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -15,6 +15,6 @@ jobs: REUSE: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: REUSE Compliance Check uses: fsfe/reuse-action@v2 # current action version is 2