Skip to content

Commit

Permalink
ci: update checkout@v3 action to checkout@v4
Browse files Browse the repository at this point in the history
Node.js 16 actions are deprecated. Update checkout action to v4 which
uses Node.js 20. In response to the following warning:

The following actions uses Node.js version which is deprecated and will
be forced to run on node20: actions/checkout@v3. For more info:
https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Signed-off-by: Tyrel Datwyler <[email protected]>
  • Loading branch information
tyreld committed Jul 26, 2024
1 parent f40a63b commit d4ff349
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
host: [powerpc-linux-gnu, powerpc64-linux-gnu, powerpc64le-linux-gnu, x86_64-linux-gnu]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ibm-power-utilities/librtas
path: ./librtas
Expand All @@ -44,7 +44,7 @@ jobs:
sudo make install
cd ..
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: madler/zlib
ref: v1.2.11
Expand All @@ -59,7 +59,7 @@ jobs:
sudo make install
cd ..
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: numactl/numactl
ref: v2.0.14
Expand All @@ -75,7 +75,7 @@ jobs:
sudo make install
cd ..
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Register problem matchers
run: |
Expand Down

0 comments on commit d4ff349

Please sign in to comment.