LabCodeHub öffentliche Ansicht
Anmelden
Küpper / Quildrop öffentlich

chore(deps): update actions/checkout action to v6

R Renovate Bot <renovate@whitesourcesoftware.com> committete am 19.02.2026 08:07
349468c38f70fff4023248f852b7e17ef4020f7b
1 geänderte Datei(en) +1 −1
Kontextzeilen: 0 1 2 3 10
geändert .github/workflows/build-and-release.yml
+1 −1 Datei ansehen
@@ -29,21 +29,21 @@ jobs:
29 29
            goarch: arm64
30 30
          - goos: darwin
31 31
            goarch: amd64
32 32
          - goos: darwin
33 33
            goarch: arm64
34 34
          - goos: windows
35 35
            goarch: arm64
36 36
37 37
    steps:
38 38
      - name: Checkout
39 -
        uses: actions/checkout@v4
39 +
        uses: actions/checkout@v6
40 40
41 41
      - name: Setup Go
42 42
        uses: actions/setup-go@v5
43 43
        with:
44 44
          go-version-file: go.mod
45 45
          cache: true
46 46
47 47
      - name: Build static binary
48 48
        env:
49 49
          GOOS: ${{ matrix.goos }}