Skip to content

Commit

Permalink
build(deps): update other-major to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 78427b9 commit eb968cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3 # Use v3 or later
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Use v3 or later
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- id: nodejs
name: Use Node.js
uses: actions/setup-node@v3 # Use v3 or later
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 # Use v3 or later
with:
node-version: 22.x
cache: "npm"
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Release Please
if: ${{ !github.event.inputs.skip_release }}
id: release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
with:
release-type: node # Or the appropriate release type for your project
- id: coveralls
Expand Down

0 comments on commit eb968cb

Please sign in to comment.