Skip to content

Commit

Permalink
github: update checkout action
Browse files Browse the repository at this point in the history
Gets rid of the warning:

  Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.

Signed-off-by: Felipe Contreras <[email protected]>
  • Loading branch information
felipec committed Mar 19, 2024
1 parent a3dc10b commit 19f29ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install IO::Pty
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update -y && sudo apt-get install -y libio-pty-perl
Expand Down

0 comments on commit 19f29ac

Please sign in to comment.