From 8d3a5226330303dea526f87beb79f090541c0f7f Mon Sep 17 00:00:00 2001 From: Luke Horwell Date: Sun, 7 Apr 2024 20:16:05 +0100 Subject: [PATCH] CI: Update action versions "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20" --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5504d80..c9ceecc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache RubyGems - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: rubygems with: