From b038d98256bc1741ea03005bbadb5efbf2ca3232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 8 Feb 2024 17:28:34 +0100 Subject: [PATCH] Enhancement: Update actions/checkout --- .github/workflows/shellcheck.yaml | 2 +- .github/workflows/v1.yaml | 2 +- .github/workflows/v2-current.yaml | 2 +- .github/workflows/v2-lts.yaml | 2 +- .github/workflows/v2-previous.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/shellcheck.yaml b/.github/workflows/shellcheck.yaml index 4cc8455..35b49d7 100644 --- a/.github/workflows/shellcheck.yaml +++ b/.github/workflows/shellcheck.yaml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ShellCheck run: find . -type f -name '*.sh' | grep -v generate-stackbrew-library | xargs shellcheck diff --git a/.github/workflows/v1.yaml b/.github/workflows/v1.yaml index 75098f5..d24bfbf 100644 --- a/.github/workflows/v1.yaml +++ b/.github/workflows/v1.yaml @@ -20,7 +20,7 @@ jobs: run: working-directory: '1.10' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Build full image: binary with runtime - name: Build full image run: | diff --git a/.github/workflows/v2-current.yaml b/.github/workflows/v2-current.yaml index 034a8a6..170067d 100644 --- a/.github/workflows/v2-current.yaml +++ b/.github/workflows/v2-current.yaml @@ -21,7 +21,7 @@ jobs: version: - "2.6" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Build full image: binary with runtime - name: Build full image working-directory: ${{ matrix.version }} diff --git a/.github/workflows/v2-lts.yaml b/.github/workflows/v2-lts.yaml index e760a4b..15b5abf 100644 --- a/.github/workflows/v2-lts.yaml +++ b/.github/workflows/v2-lts.yaml @@ -21,7 +21,7 @@ jobs: version: - "2.2" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Build full image: binary with runtime - name: Build full image working-directory: ${{ matrix.version }} diff --git a/.github/workflows/v2-previous.yaml b/.github/workflows/v2-previous.yaml index 3484102..ecee72b 100644 --- a/.github/workflows/v2-previous.yaml +++ b/.github/workflows/v2-previous.yaml @@ -26,7 +26,7 @@ jobs: - "2.4" - "2.5" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Build full image: binary with runtime - name: Build full image working-directory: ${{ matrix.version }}