mirror of
https://github.com/curl/curl.git
synced 2026-04-29 04:32:23 +03:00
CI: bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...d632683dd7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Closes #15095
This commit is contained in:
parent
43cbe53eab
commit
303c0cf74b
15 changed files with 38 additions and 38 deletions
10
.github/workflows/checkdocs.yml
vendored
10
.github/workflows/checkdocs.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
proselint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
|
||||
name: checkout
|
||||
|
||||
- name: install prereqs
|
||||
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
linkcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
|
||||
name: checkout
|
||||
|
||||
- name: trim the cmdline docs markdown files
|
||||
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
spellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
|
||||
name: checkout
|
||||
|
||||
- name: trim all man page *.md files
|
||||
|
|
@ -124,7 +124,7 @@ jobs:
|
|||
badwords-synopsis:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
|
||||
name: checkout
|
||||
|
||||
- name: badwords
|
||||
|
|
@ -136,7 +136,7 @@ jobs:
|
|||
man-examples:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
|
||||
name: checkout
|
||||
|
||||
- name: render nroff versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue