From 188df969de5d3febaa15575ff2c12243a4f59df8 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 20 Sep 2023 12:54:00 +0900 Subject: [PATCH] =?UTF-8?q?Github=20Actions=20=E3=81=AE=20actions/checkout?= =?UTF-8?q?=20=E3=82=92=20v4=20=E3=81=AB=E3=81=82=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f15953..134eb2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: sudo rm -rf /var/lib/apt/lists/* env: DEBIAN_FRONTEND: noninteractive - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache release directory id: cache-release uses: actions/cache@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bf95864..f7a8748 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: pip3 install --user cpplint env: DEBIAN_FRONTEND: noninteractive - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Lint cpp-mp4 run: PATH=$PATH:~/.local/bin:~/go/bin ./lint.bash timeout-minutes: 120