Skip to content

Commit

Permalink
upgrade GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 24, 2024
1 parent 7c49fb1 commit c603db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
BUNDLE_WITHOUT: coverage:docs:lint
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Asciidoctor version
if: matrix.asciidoctor-version
run: echo 'ASCIIDOCTOR_VERSION=${{ matrix.asciidoctor-version }}' >> $GITHUB_ENV
Expand All @@ -76,7 +76,7 @@ jobs:
run: bundle exec ruby -w $(bundle exec ruby -e 'print File.join Gem.bindir, %q(rake)') spec
- name: Install Node.js
if: matrix.primary
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Run smoke test for npm package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
environment: releases
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: false
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install Ruby dependencies
Expand Down

0 comments on commit c603db1

Please sign in to comment.