Skip to content

Commit

Permalink
ci: bump actions to silence node12 warnings (#377)
Browse files Browse the repository at this point in the history
As of [June 2023][1], GitHub no longer uses node v12 within its actions
runner by default.  They have been encouraging action authors to switch
to node v16 and [encouraging users][2] to use the new versions of the
actions when they become available, with the intent on removing node v12
sometime in the near future.

Bump the versions of the affected actions to bring this in line.

[1]: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
[2]: https://github.com/codeready-toolchain/host-operator/actions/runs/6421632076

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap authored Oct 6, 2023
1 parent 739e8fb commit 13f6849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: 1.19.x

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 13f6849

Please sign in to comment.