Skip to content

Commit

Permalink
fix(renovate): pin Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Jan 29, 2024
1 parent 18f72b5 commit f581369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Set up build environment
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Set up build environment
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
# name: linux
# path: ./release

- uses: BetaHuhn/do-spaces-action@c8780db1fa99ade64b81afe78c9dad5f438a48d9 # v2
- uses: BetaHuhn/do-spaces-action@cc9798e1e680662d6b7e4b65a3595469a5f59fd8 # v2
with:
access_key: ${{ secrets.SPACE_KEY}}
secret_key: ${{ secrets.SPACE_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
persist-credentials: false
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: '18'
- run: yarn --frozen-lockfile
Expand Down

0 comments on commit f581369

Please sign in to comment.