mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-11 18:46:56 +08:00
Bump actions/checkout from 5 to 6 (#24)
This commit is contained in:
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
name: "Test Action - (img: ${{ matrix.image }}; version: ${{ matrix.version }}; force: ${{ matrix.force }})"
|
||||
runs-on: ${{ matrix.image }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Setup jq
|
||||
id: install-jq
|
||||
@@ -254,7 +254,7 @@ jobs:
|
||||
container:
|
||||
image: node:20
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Setup jq
|
||||
id: install-jq
|
||||
|
||||
Reference in New Issue
Block a user