mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-08 01:49:03 +00:00
Update all workflows to use newer action versions and runner environments
This commit is contained in:
parent
3d64fa62df
commit
5acfa47085
9 changed files with 24 additions and 24 deletions
4
.github/workflows/link_check.yml
vendored
4
.github/workflows/link_check.yml
vendored
|
@ -12,9 +12,9 @@ on:
|
|||
jobs:
|
||||
markdown-link-check:
|
||||
name: Check links in markdown
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
use-verbose-mode: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue