mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 19:16:48 +00:00
Bump remaining GitHub actions/checkout packages to v4 (#12372)
This commit is contained in:
2
.github/workflows/check-pinned-versions.yml
vendored
2
.github/workflows/check-pinned-versions.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Validate JSON Schema
|
- name: Validate JSON Schema
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
2
.github/workflows/validate-json-schema.yml
vendored
2
.github/workflows/validate-json-schema.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Validate JSON Schema
|
- name: Validate JSON Schema
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
Reference in New Issue
Block a user