github: upgrade checkout action to version with node20

This commit is contained in:
cario-dev 2024-05-14 12:34:31 +00:00
parent 5b3e3cd2be
commit 977c644027

View file

@ -11,7 +11,7 @@ jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
with: