1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

upgrade to act v1.12.0

This commit is contained in:
Earl Warren 2023-11-05 18:29:32 +01:00
parent d668f23d4f
commit eea67757f2
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Release Notes
## 3.0.2
* Update [code.forgejo.org/forgejo/act v1.12.0](https://code.forgejo.org/forgejo/runner/pulls/106) to upgrade the node installed in the LXC container to node20
## 3.0.1
* Update [code.forgejo.org/forgejo/act v1.11.0](https://code.forgejo.org/forgejo/runner/pulls/86) to resolve a bug preventing actions based on node20 from running, such as [checkout@v4](https://code.forgejo.org/actions/checkout/src/tag/v4).