From 2fba893cb3ed2be2b4ef8bba1e1624436b7a4aa7 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 9 Sep 2024 19:02:25 +0200 Subject: [PATCH] GH Actions: use actions/checkout@v4 --- .github/workflows/test-ghpages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ghpages.yml b/.github/workflows/test-ghpages.yml index fde5115..8104b95 100644 --- a/.github/workflows/test-ghpages.yml +++ b/.github/workflows/test-ghpages.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1