We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b004eaa commit 3f5f980Copy full SHA for 3f5f980
.github/workflows/commit-checker.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 4
18
19
- name: Get pull-request commits
20
- uses: OpenTTD/actions/checkout-pull-request@v4
+ uses: OpenTTD/actions/checkout-pull-request@v5
21
22
- name: Check commits
23
uses: OpenTTD/OpenTTD-git-hooks@main
.github/workflows/testing.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
testing:
13
name: Testing
14
- uses: OpenTTD/actions/.github/workflows/rw-entry-testing-baseset.yml@v4
+ uses: OpenTTD/actions/.github/workflows/rw-entry-testing-baseset.yml@v5
15
with:
16
apt-packages: gimp grfcodec
name: opengfx
0 commit comments