Skip to content

Commit 7b13c53

Browse files
build(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 335cc39 commit 7b13c53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
formatting:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
- name: Install dependencies
3434
run: |
3535
npm install prettier prettier-plugin-sh --save-dev
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ${{ matrix.os }}
6565
container: ${{ matrix.container }}
6666
steps:
67-
- uses: actions/checkout@v6
67+
- uses: actions/checkout@v7
6868
- name: Install dependencies
6969
if: ${{ matrix.install != '' }}
7070
run: ${{ matrix.install }}
@@ -89,7 +89,7 @@ jobs:
8989
name: 'macOS (brew)'
9090
runs-on: macOS-latest
9191
steps:
92-
- uses: actions/checkout@v6
92+
- uses: actions/checkout@v7
9393
- name: Install basicswap-bash
9494
run: |
9595
./basicswap-install.sh --new --tor --fullnode --internal --regtest

0 commit comments

Comments
 (0)