From 2b7bbdf8655b95658541c35978d62a70bb7c45e1 Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Sat, 19 Oct 2024 16:59:11 +0100 Subject: [PATCH] Ref #14 use checkout v4 --- .github/workflows/add-vpn-user.yml | 2 +- .github/workflows/git-auto-issue-branch-creation.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-vpn-user.yml b/.github/workflows/add-vpn-user.yml index ed70278..2cae2cf 100644 --- a/.github/workflows/add-vpn-user.yml +++ b/.github/workflows/add-vpn-user.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup ansible run: | diff --git a/.github/workflows/git-auto-issue-branch-creation.yml b/.github/workflows/git-auto-issue-branch-creation.yml index 2d84cee..a6d9ae4 100644 --- a/.github/workflows/git-auto-issue-branch-creation.yml +++ b/.github/workflows/git-auto-issue-branch-creation.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get issue number and title id: issue diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd786f7..fd39c53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Prepare repository run: git fetch --unshallow --tags