1
0
mirror of synced 2026-08-04 14:36:55 +00:00

chore(deps): bump actions/checkout from 5 to 6 in the actions group (#1868)

This commit is contained in:
dependabot[bot]
2025-12-01 15:00:50 -08:00
committed by GitHub
parent 2f387edf0d
commit 9b3a788806
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
flavor: [jammy, noble]
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build Docker image
run: |
ARCH="${{ matrix.runs-on == 'ubuntu-24.04-arm' && 'arm64' || 'amd64' }}"