1
0
mirror of https://github.com/cmur2/miflorad.git synced 2026-06-25 14:39:54 +02:00

ci: update actions/checkout action to v7

This commit is contained in:
renovate[bot]
2026-06-25 01:09:22 +00:00
committed by Christian Nicolai
parent ea35e89e2b
commit faddc79cb0
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
GOPROXY: direct
GOSUMDB: off
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v6
with:
@@ -32,7 +32,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"