Skip to content

Commit

Permalink
Merge pull request #400 from DaniFoldi/renovate/depworkflows-pin-depe…
Browse files Browse the repository at this point in the history
…ndencies
  • Loading branch information
DaniFoldi authored Dec 31, 2023
2 parents 22d0391 + c14792b commit cce40f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout repository
timeout-minutes: 5
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand All @@ -21,7 +21,7 @@ jobs:

- name: Install nodejs
timeout-minutes: 5
uses: actions/setup-node@v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: 20
cache: pnpm
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- name: Checkout repository
timeout-minutes: 5
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand All @@ -64,7 +64,7 @@ jobs:

- name: Install nodejs
timeout-minutes: 5
uses: actions/setup-node@v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: 20
cache: pnpm
Expand All @@ -77,7 +77,7 @@ jobs:
timeout-minutes: 5
run: pnpm build && pnpm -r build

- uses: JS-DevTools/npm-publish@v3
- uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3
timeout-minutes: 5
with:
access: public
Expand Down

0 comments on commit cce40f8

Please sign in to comment.