From b1788722a789e356ef7b034f2c93a23250527061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:51:16 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.1 --- .github/workflows/actionlint.yml | 2 +- .github/workflows/pr-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index ccde6c9..c755ac7 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -13,7 +13,7 @@ jobs: name: actionlint with reviewdog runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.1 - name: actionlint uses: reviewdog/action-actionlint@v1.53.0 with: diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 3a2558a..440d0a2 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -16,7 +16,7 @@ jobs: packages: make zip - name: checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.1 - name: build run: |