Skip to content

Commit

Permalink
Merge pull request #59 from darraghoriordan/renovate/github-actions
Browse files Browse the repository at this point in the history
fix(renovate): pin Update github-actions
  • Loading branch information
darraghoriordan authored Feb 11, 2024
2 parents 5e359e8 + 1612fbb commit dbb5397
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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # 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@cc9798e1e680662d6b7e4b65a3595469a5f59fd8 # v2
- uses: BetaHuhn/do-spaces-action@d640de442532720a1718bd621837c099e474cb46 # 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: '18'
- run: yarn --frozen-lockfile
Expand Down

0 comments on commit dbb5397

Please sign in to comment.