Bump actions/checkout from 5 to 6 (#24)

This commit is contained in:
dependabot[bot]
2025-11-24 06:01:06 -06:00
committed by GitHub
parent 737621eb07
commit b39bdc213c

View File

@@ -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