1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-08-25 09:13:06 +02:00

ci: update actions/checkout action to v5

This commit is contained in:
renovate[bot]
2025-08-14 06:40:20 +00:00
committed by Christian Nicolai
parent 2558f33f56
commit be6749c2f6

View File

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