Skip to content

Commit 3f5f980

Browse files
ereneserikortec
andauthored
Fix: Update checkout-pull-request task (#89)
Co-authored-by: erikortec <[email protected]>
1 parent b004eaa commit 3f5f980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commit-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 4
1818

1919
- name: Get pull-request commits
20-
uses: OpenTTD/actions/checkout-pull-request@v4
20+
uses: OpenTTD/actions/checkout-pull-request@v5
2121

2222
- name: Check commits
2323
uses: OpenTTD/OpenTTD-git-hooks@main

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
testing:
1313
name: Testing
14-
uses: OpenTTD/actions/.github/workflows/rw-entry-testing-baseset.yml@v4
14+
uses: OpenTTD/actions/.github/workflows/rw-entry-testing-baseset.yml@v5
1515
with:
1616
apt-packages: gimp grfcodec
1717
name: opengfx

0 commit comments

Comments
 (0)