Skip to content

Commit 7974635

Browse files
authored
Merge pull request #628 from BitGo/renovate/major-composite-aws-actions
chore(deps): update composite github actions (major)
2 parents 4de4409 + d20787a commit 7974635

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
continue-on-error: true
3535
with:
3636
ref: ${{ github.sha }}

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
timeout-minutes: 60
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
9-
- uses: actions/setup-node@v4
8+
- uses: actions/checkout@v5
9+
- uses: actions/setup-node@v6
1010
with:
1111
node-version-file: .nvmrc
1212
cache: 'npm'

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
DMG_FILENAME: "${{ needs.get-current-state.outputs.dmg_filename }}"
6565
NEXT_VERSION: "${{ inputs.next-version }}"
6666
steps:
67-
- uses: actions/checkout@v4
68-
- uses: actions/setup-node@v4
67+
- uses: actions/checkout@v5
68+
- uses: actions/setup-node@v6
6969
with:
7070
node-version-file: .nvmrc
7171
cache: 'npm'
@@ -89,8 +89,8 @@ jobs:
8989
DMG_FILENAME_INTEL: "${{ needs.get-current-state.outputs.dmg_filename_intel }}"
9090
NEXT_VERSION: "${{ inputs.next-version }}"
9191
steps:
92-
- uses: actions/checkout@v4
93-
- uses: actions/setup-node@v4
92+
- uses: actions/checkout@v5
93+
- uses: actions/setup-node@v6
9494
with:
9595
node-version-file: .nvmrc
9696
cache: 'npm'
@@ -117,7 +117,7 @@ jobs:
117117
container:
118118
image: docker.io/electronuserland/builder:22-wine@sha256:8bb6fa0f99a00a5b845521910508958ebbb682b59221f0aa4b82102c22174164
119119
steps:
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v5
121121
- run: |
122122
sed -i -e 's/0.0.0-placeholder-version/${{ env.NEXT_VERSION }}/g' "package.json"
123123
sed -i -e 's/0.0.0-placeholder-version/${{ env.NEXT_VERSION }}/g' "package-lock.json"
@@ -149,7 +149,7 @@ jobs:
149149
DEB_FILENAME: "${{ needs.get-current-state.outputs.deb_filename }}"
150150
NEXT_VERSION: "${{ inputs.next-version }}"
151151
steps:
152-
- uses: actions/download-artifact@v4
152+
- uses: actions/download-artifact@v5
153153
with:
154154
# We don't want to download the artifacts to separate directories,
155155
# we want to download them to the same directory instead.

.github/workflows/storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
timeout-minutes: 60
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
9-
- uses: actions/setup-node@v4
8+
- uses: actions/checkout@v5
9+
- uses: actions/setup-node@v6
1010
with:
1111
node-version-file: .nvmrc
1212
cache: 'npm'

.github/workflows/vitest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
timeout-minutes: 60
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
9-
- uses: actions/setup-node@v4
8+
- uses: actions/checkout@v5
9+
- uses: actions/setup-node@v6
1010
with:
1111
node-version-file: .nvmrc
1212
cache: 'npm'

0 commit comments

Comments
 (0)