From 5124ae1e2d4b24d3c1db8592a1b2969101e8fefe Mon Sep 17 00:00:00 2001 From: Thomas Koutcher Date: Sat, 28 Oct 2023 12:36:21 +0200 Subject: [PATCH] update workflow to use checkout@v4 --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6523c8944..f91e79b0c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: tig_build: valgrind steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Test Tig shell: 'script -q -e -c "sh {0}"' # Workaround to get a TTY, see https://github.com/gfx/example-github-actions-with-tty run: | diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 99920105f..0743cf63c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -42,7 +42,7 @@ jobs: if: github.ref != 'refs/heads/master' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Test Tig shell: 'script -q typescript sh {0}' # Workaround to get a TTY, see https://github.com/gfx/example-github-actions-with-tty run: |