Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Meson Build
author: BSFishy
description: Run a Meson task during your Actions workflow
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'arrow-down'
Expand All @@ -26,12 +26,12 @@ inputs:
meson-version:
description: The version of Meson to use
required: true
default: '0.53.2'
default: '1.9.1'
ninja-version:
description: The version of Ninja to use
required: true
default: '1.9.0.post1'
default: '1.13.0'
gcovr-version:
description: The version of gcovr to use (If doing coverage)
required: true
default: '4.2'
default: '8.4'