mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 02:57:55 +00:00
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
build-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: pnpm/action-setup@v3
|
||||
with:
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
|
||||
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}
|
||||
owner: ${{ github.repository_owner }}
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v6
|
||||
- name: Update PR
|
||||
uses: mscharley/dependency-changesets-action@v1.1.9
|
||||
with:
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
matrix:
|
||||
node-version: [22.x, 23.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v6
|
||||
- uses: ./.github/actions/turbo-build
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v6
|
||||
- uses: ./.github/actions/turbo-build
|
||||
- name: Build extension with Manifest v3 for Chrome
|
||||
run: pnpm build:chrome
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v6
|
||||
- uses: ./.github/actions/turbo-build
|
||||
- run: pnpm playwright:install
|
||||
working-directory: ./examples/light-client-extension-helpers-extension
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v6
|
||||
- uses: ./.github/actions/turbo-build
|
||||
- name: Build extension with Manifest v3 for Chrome
|
||||
run: pnpm build:chrome
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
fail-fast: false # Don't automatically cancel the jobs of the other RPC nodes if one fails
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
path: repo
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
|
||||
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}
|
||||
owner: ${{ github.repository_owner }}
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
path: repo
|
||||
ref: main
|
||||
|
||||
Reference in New Issue
Block a user