From 86f7e64c04e86ceb6328477503d4f5de5ad5a2d4 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 10 Jul 2024 09:01:17 -0700 Subject: [PATCH] update CI to use 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 08f39d9ac..aebca05ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: experimental: [ false ] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: hpi-swa/setup-smalltalkCI@v1 with: smalltalk-image: ${{ matrix.smalltalk }}