Skip to content

Commit

Permalink
ci: update github actions to avoid node version warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 16, 2023
1 parent 4957df3 commit 98b1941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git config --system core.autocrlf false
git config --system core.eol lf
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: MSP-Greg/setup-ruby-pkgs@v1
with:
apt-get: _update_ build-essential cmake
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
mingw: _upgrade_ cmake
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: examples/ports/archives
key: ${{ matrix.platform }}-examples-${{ hashFiles('examples/Rakefile') }}
Expand Down

0 comments on commit 98b1941

Please sign in to comment.