summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorPaul Donald <newtwen@gmail.com>2024-01-31 03:57:34 +0100
committerPaul Donald <newtwen@gmail.com>2024-01-31 03:57:34 +0100
commit07e025664bc786aa1324d0b86a50e4a06b3847ed (patch)
treec2cce176154eeaac31078bef8c0832d89e6af2a8 /.github/workflows/build.yml
parent8a0ee6689f18e9f14965b45f8c79211644c9b58a (diff)
house-keeping: migrate workflows from GitHub deprecated node16 -> node20
GitHub currently warns with: Annotations 1 warning build Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 94273311c4..d7179a01f4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
target: x86-64
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: 0