Skip to content

Commit

Permalink
Merge pull request #146 from mogeko/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-3415dd639e

build(deps): bump the github-actions group with 2 updates
  • Loading branch information
mergify[bot] authored Oct 28, 2024
2 parents 56e7cee + 8b34d54 commit 8c60142
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up pnpm
uses: pnpm/[email protected]
- name: Set up Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: package.json
cache: "pnpm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up pnpm
uses: pnpm/[email protected]
- name: Set up Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: package.json
cache: "pnpm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
env:
TURBO_FORCE: true
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up pnpm
uses: pnpm/[email protected]
- name: Set up Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: package.json
cache: "pnpm"
Expand Down

0 comments on commit 8c60142

Please sign in to comment.