From 01019d1422638d32a596213fae33f8ab42aeef53 Mon Sep 17 00:00:00 2001 From: Hazel Date: Tue, 21 Nov 2023 18:59:41 +0000 Subject: [PATCH] update actions/checkout to v4 --- .github/workflows/build-shit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index fb3cd16a7..9d73c8120 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -13,7 +13,7 @@ jobs: steps: - name: ensure git cli is installed run: apt update && apt install sudo git -y - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' token: ${{ secrets.GH_RO_PAT }} @@ -45,7 +45,7 @@ jobs: apt install sudo git curl unzip -y echo $GITHUB_WORKSPACE git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' token: ${{ secrets.GH_RO_PAT }} @@ -68,7 +68,7 @@ jobs: contents: write actions: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' token: ${{ secrets.GH_RO_PAT }} @@ -103,7 +103,7 @@ jobs: # contents: write # actions: write # steps: -# - uses: actions/checkout@v3 +# - uses: actions/checkout@v4 # with: # submodules: 'recursive' # token: ${{ secrets.GH_RO_PAT }}