From dc73b846e195b5b6327d8a755a7c636eab5f6535 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 10 Apr 2024 14:51:41 -0400 Subject: [PATCH] ci: update github actions to avoid the node 16 warnings --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 245d6b4..d37f549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: | git config --system core.autocrlf false git config --system core.eol lf - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: MSP-Greg/setup-ruby-pkgs@v1 with: apt-get: _update_ build-essential cmake @@ -57,14 +57,14 @@ jobs: run: | git config --system core.autocrlf false git config --system core.eol lf - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: MSP-Greg/setup-ruby-pkgs@v1 with: apt-get: _update_ build-essential cmake mingw: _upgrade_ cmake ruby-version: ${{ matrix.ruby }} bundler-cache: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: examples/ports/archives key: examples-${{ hashFiles('examples/Rakefile') }} @@ -78,8 +78,8 @@ jobs: - run: | dnf group install -y "C Development Tools and Libraries" dnf install -y ruby ruby-devel libyaml-devel git-all patch cmake xz - - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/checkout@v4 + - uses: actions/cache@v4 with: path: examples/ports/archives key: examples-${{ hashFiles('examples/Rakefile') }}