From 174259587c2cd2eb743ec0015cebddb61d0eac27 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Thu, 15 Aug 2024 00:06:58 -0500 Subject: [PATCH] Upgrade to actions/checkout@v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02884e2a4..36db57e9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Test in Linux JDK 11 if: matrix.os == 'ubuntu-latest' && matrix.java == 'jdk11' run: docker compose -f docker/Linux-JDK11/docker-compose.yml up --build --exit-code-from cantaloupe