From ae8cf5f607cc004c8d80afc83ea25c30ed19f3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:34:17 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Windows.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu20.04.yml | 2 +- .github/workflows/ubuntu22.04.yml | 2 +- .github/workflows/ubuntu23.04.yml | 2 +- .github/workflows/ubuntu24.04.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index e6d9596f8..5cc620310 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -26,7 +26,7 @@ jobs: working-directory: src steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Qt uses: jurplel/install-qt-action@v3 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7617b4f26..2c4369566 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,7 +21,7 @@ jobs: working-directory: src steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Qt uses: jurplel/install-qt-action@v3 diff --git a/.github/workflows/ubuntu20.04.yml b/.github/workflows/ubuntu20.04.yml index 664dfe929..51a632a24 100644 --- a/.github/workflows/ubuntu20.04.yml +++ b/.github/workflows/ubuntu20.04.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs a set of commands using the runners shell - name: Build diff --git a/.github/workflows/ubuntu22.04.yml b/.github/workflows/ubuntu22.04.yml index 64aabbb9a..48d42c6d9 100644 --- a/.github/workflows/ubuntu22.04.yml +++ b/.github/workflows/ubuntu22.04.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs a set of commands using the runners shell - name: Build diff --git a/.github/workflows/ubuntu23.04.yml b/.github/workflows/ubuntu23.04.yml index cf8c041e5..d67999e68 100644 --- a/.github/workflows/ubuntu23.04.yml +++ b/.github/workflows/ubuntu23.04.yml @@ -29,7 +29,7 @@ jobs: apt install -y git sudo # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Runs a set of commands using the runners shell - name: Build diff --git a/.github/workflows/ubuntu24.04.yml b/.github/workflows/ubuntu24.04.yml index 042431273..68389133e 100644 --- a/.github/workflows/ubuntu24.04.yml +++ b/.github/workflows/ubuntu24.04.yml @@ -30,7 +30,7 @@ jobs: apt install -y git sudo # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Runs a set of commands using the runners shell - name: Build