Skip to content

Commit

Permalink
chore(ci): bump action versions (#5849)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Dec 17, 2024
1 parent 6387a39 commit fa4826b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/nodejs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ runs:
shell: bash

- name: Use the global Yarn cache if available
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-node-${{ inputs.node_version }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ inputs.node_version }}-yarn-
- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
id: node-modules-cache
name: Use project node_modules cache if available
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: npx cross-env STORYBOOK_BASE_HREF=fundamental-styles yarn run storybook:static

- name: Publish to gh-pages
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
folder: storybook-static
token: ${{ secrets.GHACTIONS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Install, Lint, Build
steps:
- uses: actions/[email protected]
- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit fa4826b

Please sign in to comment.