fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 582 forks source link

Update Github actions #2767

Closed Numpsy closed 6 months ago

Numpsy commented 7 months ago

Description

When looking at some build results I noticed a number of warnings about old versions of github actions using deprecated versions of node:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2

so I thought i'd have a go at updating them.

xperiandri commented 6 months ago

Thanks!