Skip to content

Commit

Permalink
Merge pull request #515 from skyclouds2001/dependabot-github_actions-…
Browse files Browse the repository at this point in the history
…master-all-7de70f906f

build(deps): bump the all group across 1 directory with 3 updates
  • Loading branch information
skyclouds2001 authored Oct 31, 2024
2 parents effb8a1 + 06141a0 commit 9eae39a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Install pnpm
uses: pnpm/[email protected]
- name: Install Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: .nvmrc
cache: pnpm
Expand All @@ -44,11 +44,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Install pnpm
uses: pnpm/[email protected]
- name: Install Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: .nvmrc
cache: pnpm
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: pnpm test
- name: Upload test report
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: test-report
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: softprops/[email protected]
with:
body: |
Expand Down

0 comments on commit 9eae39a

Please sign in to comment.