Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.3 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.3 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.3...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 Apr 24, 2024
1 parent 540821e commit e553ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
- name: Install
uses: wyvox/action-setup-pnpm@v3
- name: Set env
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Install
uses: wyvox/action-setup-pnpm@v3
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
- name: Install
uses: wyvox/action-setup-pnpm@v3
- name: Set env
Expand Down

0 comments on commit e553ba0

Please sign in to comment.