We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6812c0f commit bb43557Copy full SHA for bb43557
.github/workflows/build.yaml
@@ -20,8 +20,8 @@ jobs:
20
21
steps:
22
23
- - uses: actions/checkout@v1
24
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
25
- uses: ruby/setup-ruby@v1
26
with:
27
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
@@ -30,7 +30,7 @@ jobs:
30
- name: Get yarn cache
31
id: yarn-cache
32
run: echo "::set-output name=dir::$(yarn cache dir)"
33
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
34
35
path: ${{ steps.yarn-cache.outputs.dir }}
36
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments