Skip to content

Commit b67232f

Browse files
authored
Merge pull request #58 from AlvaroBrey/renovate/actions
chore(deps): update actions
2 parents 66670ae + 0fdb997 commit b67232f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
12+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1313

1414
- name: Setup Node
1515
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "::set-output name=dir::$(yarn cache dir)"
2222

2323
- name: Cache dependencies
24-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
24+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2525
with:
2626
path: ${{ steps.yarn-cache.outputs.dir }}
2727
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)