Skip to content

Commit

Permalink
CI: Update action versions
Browse files Browse the repository at this point in the history
"Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20"
  • Loading branch information
lah7 committed Apr 7, 2024
1 parent da81908 commit 8d3a522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d3a522

Please sign in to comment.