mirror of
https://github.com/bitcoin/bips.git
synced 2025-08-25 13:28:34 +00:00
Merge pull request #1929 from jonatack/2025-08-ci-update
ci: update github actions checkout version
This commit is contained in:
commit
9a2791bf8b
8
.github/workflows/github-action-checks.yml
vendored
8
.github/workflows/github-action-checks.yml
vendored
@ -5,18 +5,18 @@ jobs:
|
||||
Link-Format-Checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- run: scripts/link-format-chk.sh
|
||||
Build-Table-Checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- run: scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
|
||||
Diff-Checks:
|
||||
name: "Diff Checks (fails until number assignment)"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- run: scripts/diffcheck.sh
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Actions Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user