mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
ci: Use actions/checkout@v4
v3 is deprecated
This commit is contained in:
parent
98f000a6fb
commit
94ca14f34e
6
.github/workflows/github-action-checks.yml
vendored
6
.github/workflows/github-action-checks.yml
vendored
@ -5,17 +5,17 @@ jobs:
|
|||||||
Link-Format-Checks:
|
Link-Format-Checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: scripts/link-format-chk.sh
|
- run: scripts/link-format-chk.sh
|
||||||
Build-Table-Checks:
|
Build-Table-Checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
|
- run: scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
|
||||||
Diff-Checks:
|
Diff-Checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- run: scripts/diffcheck.sh
|
- run: scripts/diffcheck.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user