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

Merge pull request #5 from 9IT-Full-Service/renovate/actions-checkout-6.x

chore(deps): update actions/checkout action to v6
R Rüdiger Küpper <rpr@9it.de> committete am 19.02.2026 09:04
5596c2e61d160e0b053d527e67939f79f3b18b41
2 geänderte Datei(en) +4 −4
Kontextzeilen: 0 1 2 3 10
geändert .github/workflows/build-and-release.yml
+1 −1 Datei ansehen
@@ -36,7 +36,7 @@ jobs:
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@v6
geändert .github/workflows/build-and-release.yml
+3 −3 Datei ansehen
@@ -39,7 +39,7 @@ jobs:
39 39
        uses: actions/checkout@v6
40 40
41 41
      - name: Setup Go
42 -
        uses: actions/setup-go@v5
42 +
        uses: actions/setup-go@v6
43 43
        with:
44 44
          go-version-file: go.mod
45 45
          cache: true
@@ -73,7 +73,7 @@ jobs:
73 73
          cat checksums-${{ matrix.goos }}-${{ matrix.goarch }}.txt
74 74
75 75
      - name: Upload artifact
76 -
        uses: actions/upload-artifact@v4
76 +
        uses: actions/upload-artifact@v6
77 77
        with:
78 78
          name: ${{ env.BINARY_NAME }}-${{ matrix.goos }}-${{ matrix.goarch }}
79 79
          path: dist/*
@@ -84,7 +84,7 @@ jobs:
84 84
    runs-on: ubuntu-latest
85 85
    steps:
86 86
      - name: Download all artifacts
87 -
        uses: actions/download-artifact@v4
87 +
        uses: actions/download-artifact@v7
88 88
        with:
89 89
          path: artifacts
90 90
          merge-multiple: true