We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b3d91 commit a84567aCopy full SHA for a84567a
1 file changed
.github/workflows/ci.yml
@@ -28,15 +28,15 @@ jobs:
28
--health-retries 5
29
30
steps:
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
- name: Setup Ruby 3.4.1
33
uses: ruby/setup-ruby@v1
34
with:
35
ruby-version: '3.4.1' # Not needed with a .ruby-version file
36
bundler-cache: true
37
38
- name: Setup Node
39
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
40
41
node-version: '18'
42
@@ -45,7 +45,7 @@ jobs:
45
run: echo "::set-output name=dir::$(yarn cache dir)"
46
47
- name: JS package cache
48
- uses: actions/cache@v1
+ uses: actions/cache@v4
49
50
path: ${{ steps.yarn-cache.outputs.dir }}
51
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments