Skip to content

Commit

Permalink
Update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Mar 1, 2024
1 parent 7e27159 commit 877e6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
id: bundler-cache
with:
path: vendor/bundle
Expand All @@ -44,7 +44,7 @@ jobs:
hashFiles('package.json') }}
- name: Set up Node
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 877e6f1

Please sign in to comment.