From 3f5f98009080f7e24b721a3173f20f0a94674631 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 7 Aug 2024 14:46:05 +0200 Subject: [PATCH] Fix: Update checkout-pull-request task (#89) Co-authored-by: erikortec <159421491+erikortec@users.noreply.github.com> --- .github/workflows/commit-checker.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit-checker.yml b/.github/workflows/commit-checker.yml index 0a7dbd6..cc95082 100644 --- a/.github/workflows/commit-checker.yml +++ b/.github/workflows/commit-checker.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 4 - name: Get pull-request commits - uses: OpenTTD/actions/checkout-pull-request@v4 + uses: OpenTTD/actions/checkout-pull-request@v5 - name: Check commits uses: OpenTTD/OpenTTD-git-hooks@main diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3e5adef..7bde508 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ on: jobs: testing: name: Testing - uses: OpenTTD/actions/.github/workflows/rw-entry-testing-baseset.yml@v4 + uses: OpenTTD/actions/.github/workflows/rw-entry-testing-baseset.yml@v5 with: apt-packages: gimp grfcodec name: opengfx