Skip to content

Commit

Permalink
Address Node.js 12 actions are deprecated.
Browse files Browse the repository at this point in the history
Message on workflows continued with
For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: actions/checkout@v2
  • Loading branch information
adelton committed Dec 10, 2022
1 parent 8e6d515 commit 1214418
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 @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ fedora-rawhide, fedora-37, fedora-36, fedora-35, centos-stream-8, centos-stream-9 ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set the right OS in the Dockerfile
run: sed -i "s#^FROM.*#FROM $( echo ${{ matrix.os }} | sed 's#^fedora-#registry.fedoraproject.org/fedora:#; s#^centos-stream-#quay.io/centos/centos:stream#;' )#" tests/Dockerfile
- name: Build image
Expand Down

0 comments on commit 1214418

Please sign in to comment.