Skip to content

Commit 02ab08f

Browse files
committed
Merge branch 'main' of github.com:NdoleStudio/http-sms-manager into main
2 parents cf65865 + 310f371 commit 02ab08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@master
2424

2525
- name: Setup node env 🏗
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
node-version: ${{ matrix.node }}
2929
check-latest: true
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "::set-output name=dir::$(yarn cache dir)"
3434

3535
- name: Cache node_modules 📦
36-
uses: actions/[email protected].10
36+
uses: actions/[email protected].11
3737
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)