Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.2 to 4.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 4c57376 commit cfc4e6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Install pnpm package manager
uses: pnpm/[email protected]
Expand All @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Install pnpm package manager
uses: pnpm/[email protected]
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Install pnpm package manager
uses: pnpm/[email protected]
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Install pnpm package manager
uses: pnpm/[email protected]
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

steps:
- name: Checkout release branch
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: "Restore build artifact: Storybook"
uses: actions/[email protected]
Expand All @@ -160,7 +160,7 @@ jobs:

steps:
- name: Checkout release branch
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
token: ${{ secrets.GH_TOKEN }}

Expand Down

0 comments on commit cfc4e6e

Please sign in to comment.