Skip to content

Commit 61819f3

Browse files
authored
Merge pull request #78 from WyriHaximus/use-node24
Upgrade to node24
2 parents 3b4323c + 87e69ea commit 61819f3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Cees-Jan Kiewiet
3+
Copyright (c) 2026 Cees-Jan Kiewiet
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ name: Generate
4343
jobs:
4444
generate:
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
4949
- name: 'Get Previous tag'
5050
id: previoustag
51-
uses: "WyriHaximus/github-action-get-previous-tag@v1"
51+
uses: "WyriHaximus/github-action-get-previous-tag@v2"
5252
with:
5353
fallback: 1.0.0 # Optional fallback tag to use when no tag can be found
5454
#workingDirectory: another/path/where/a/git/repo/is/checked/out # Optional alternative working directory

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ outputs:
2121
timestamp:
2222
description: Latest tag timestamp
2323
runs:
24-
using: node20
24+
using: node24
2525
main: main.js

0 commit comments

Comments
 (0)