Skip to content

Commit

Permalink
Merge pull request #411 from jigpu/update-actions
Browse files Browse the repository at this point in the history
github: Update to use 'checkout@v4' action to avoid Node.js warnings
  • Loading branch information
Pinglinux authored Feb 20, 2024
2 parents 1e8dbac + 15dcf11 commit 1a29752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
gcc -print-file-name=plugin
- name: Checkout the repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Download and extract v${{ matrix.kernel }} kernel
run: |
Expand Down

0 comments on commit 1a29752

Please sign in to comment.