From 4e35364e629e900b94d85366bcc5c0c3ece8781e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 23:13:36 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5af4082..6015350 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install streamcode (default) uses: ./ @@ -34,7 +34,7 @@ jobs: container: image: alpine:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install streamcode uses: ./ - run: streamcode -version