From cb5b4b40e380f47dd506ee3bee3a6c08d34ecbbd Mon Sep 17 00:00:00 2001 From: ry <291640687+umi-ry7@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:54:17 -0700 Subject: [PATCH] ci: update actions/checkout to v4 from v2 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 547bbc7..782aca3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: CC: ${{ matrix.CC }} steps: - name: Checkout Cage - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install dependencies (Alpine) if: "matrix.OS == 'alpine:edge'" @@ -51,7 +51,7 @@ jobs: container: "archlinux:base-devel" steps: - name: Checkout Cage - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install dependencies run: | pacman-key --init @@ -70,7 +70,7 @@ jobs: CC: clang steps: - name: Checkout Cage - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install dependencies run: | pacman-key --init