Skip to content

Commit

Permalink
ci: regenerate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions YAML generator [bot] committed Jul 21, 2024
1 parent 4f9385e commit 9a31dd0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
|| github.event.pull_request.head.repo.full_name == github.repository
)
steps:
- name: Install Node
uses: actions/setup-node@v4.0.3
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Node
uses: actions/setup-node@v4.0.0
with:
node-version-file: package.json
- name: Install dependencies
run: npm install
- name: Semantic Release
Expand Down

0 comments on commit 9a31dd0

Please sign in to comment.