From 3e176e8471be0a41488a318cbe044ea3bc4987d4 Mon Sep 17 00:00:00 2001 From: Patrick Ackermann Date: Thu, 20 Jun 2024 14:16:04 +0200 Subject: [PATCH] Update checkout action --- .github/workflows/ci.yml | 2 +- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ca9731..0e36a6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: actions/cache@v4 with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 0a7f61e..06e6f3e 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Get next Version id: tag_version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce75fe4..9038aa0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: if: github.ref_name == github.event.repository.default_branch runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Bump version and push tag id: tag_version