1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-11-27 21:48:20 +01:00

ci: update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-27 02:05:15 +00:00
committed by Christian Nicolai
parent 0bad1106ce
commit 5c1b520bfe

View File

@@ -20,7 +20,7 @@ jobs:
GOPROXY: direct GOPROXY: direct
GOSUMDB: off GOSUMDB: off
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- name: Set up Go ${{ matrix.go }} - name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
@@ -32,7 +32,7 @@ jobs:
actionlint: actionlint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- name: Check workflow files - name: Check workflow files
run: | run: |
echo "::add-matcher::.github/actionlint-matcher.json" echo "::add-matcher::.github/actionlint-matcher.json"