diff options
author | Paul Donald <newtwen@gmail.com> | 2024-01-31 03:57:34 +0100 |
---|---|---|
committer | Paul Donald <newtwen@gmail.com> | 2024-01-31 03:57:34 +0100 |
commit | 07e025664bc786aa1324d0b86a50e4a06b3847ed (patch) | |
tree | c2cce176154eeaac31078bef8c0832d89e6af2a8 /.github/workflows/build.yml | |
parent | 8a0ee6689f18e9f14965b45f8c79211644c9b58a (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.yml | 2 |
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 |