From 2e6c6d071e616c3027ee45f8e0bbf53c24dc7cf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:04:41 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/development.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/staging.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index f0328634..a714b217 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -6,7 +6,7 @@ jobs: update_create_pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get current stable version id: get_version run: echo "::set-output name=version::$(cat webtop5-build/VERSION)" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b6f4258..b82f25a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: update_create_pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get current stable version id: get_version run: echo "::set-output name=version::$(cat webtop5-build/VERSION)" diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 58cc4812..2c3343ab 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -10,7 +10,7 @@ jobs: update_create_pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get current stable version id: get_version run: echo "::set-output name=version::$(cat webtop5-build/VERSION)"