summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/eowyn.yml
diff options
context:
space:
mode:
authorManlio Perillo <manlio.perillo@gmail.com>2023-04-25 15:13:38 +0200
committerManlio Perillo <manlio.perillo@gmail.com>2023-04-25 15:13:38 +0200
commitb5036b776a405410e88e87e8eee978d37a66524c (patch)
treee482ed52f68faac159b789dc7aa8efbb3ad35889 /.github/workflows/eowyn.yml
parent49e7c51f9a230cce0464343d8279986e8eb5c3d3 (diff)
workflows: use actions/checkout@v3
Use the new version of actions/checkout, since all Github Actions will begin running on Node16 instead of Node12. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Diffstat (limited to '.github/workflows/eowyn.yml')
-rw-r--r--.github/workflows/eowyn.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml
index a7133ca..cfa84a4 100644
--- a/.github/workflows/eowyn.yml
+++ b/.github/workflows/eowyn.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with: