From 1c6531125178e52946fa3c694b981659be71b93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:59:50 +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/ci.yml | 6 +++--- .github/workflows/security.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8407a922bf..dff37a049b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Install Git run: | apt-get update && apt-get install --yes git - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install --yes --no-install-recommends \ @@ -34,7 +34,7 @@ jobs: # Keep version in sync with rust-toolchain.toml container: rust:1.74.1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | rustup component add rustfmt @@ -51,7 +51,7 @@ jobs: - name: Install dependencies run: | apt-get update && apt-get install --yes git libqt5designer5 python3-venv - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Python dependencies run: | cd journalist_gui diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b9703ba263..09f6099463 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -9,7 +9,7 @@ jobs: # Keep version in sync with rust-toolchain.toml container: rust:1.74.1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check Rust dependencies run: | make rust-audit