File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Cees-Jan Kiewiet
3+ Copyright (c) 2026 Cees-Jan Kiewiet
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ name: Generate
4343jobs :
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
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ outputs:
2121 timestamp :
2222 description : Latest tag timestamp
2323runs :
24- using : node20
24+ using : node24
2525 main : main.js
You can’t perform that action at this time.
0 commit comments