Skip to content

Commit c9331d4

Browse files
committed
Correct a typo in the version description
And bump all copyright notices.
1 parent 2f8552b commit c9331d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Paul Colby <[email protected]>
1+
# SPDX-FileCopyrightText: 2024-2025 Paul Colby <[email protected]>
22
# SPDX-License-Identifier: MIT
33

44
name: CI

.yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Paul Colby <[email protected]>
1+
# SPDX-FileCopyrightText: 2024-2025 Paul Colby <[email protected]>
22
# SPDX-License-Identifier: MIT
33

44
extends: default

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Paul Colby <[email protected]>
1+
# SPDX-FileCopyrightText: 2024-2025 Paul Colby <[email protected]>
22
# SPDX-License-Identifier: MIT
33

44
name: Quick install linuxdeploy
@@ -24,7 +24,7 @@ inputs:
2424
description: Add the installed directory to the $PATH environment variable
2525
default: true
2626
version:
27-
description: Version of linudeploy to install
27+
description: Version of linuxdeploy to install
2828
default: continuous
2929

3030
runs:

0 commit comments

Comments
 (0)