Skip to content

Commit

Permalink
Address Node.js 16 actions are deprecated.
Browse files Browse the repository at this point in the history
Message on the run page continued with

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/.
  • Loading branch information
adelton committed Mar 2, 2024
1 parent 54bb5dc commit e86bb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 'quay.io/centos/centos:stream8'
- 'quay.io/centos/centos:centos7'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set the right OS in the Dockerfile
run: sed -i "s#^FROM.*#FROM ${{ matrix.os }}#" tests/Dockerfile
- name: Build image
Expand Down

0 comments on commit e86bb2e

Please sign in to comment.