Skip to content

Commit 5b387d3

Browse files
chore(deps): update actions/checkout action to v6 (#1971)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 902cf10 commit 5b387d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_ship.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
matrix: ${{ steps.set-matrix.outputs.matrix }}
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- id: set-matrix
1919
run: |
2020
matrix=$(jq -ncR '[inputs]' <<< $(ls containers))
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
container: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- uses: docker/login-action@v3
3232
with:
3333
registry: ghcr.io

0 commit comments

Comments
 (0)