Преглед изворни кода

chore: upgrade github actions

jamesread пре 5 дана
родитељ
комит
7710d21c23
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      .github/workflows/build-and-release.yml

+ 4 - 4
.github/workflows/build-and-release.yml

@@ -120,17 +120,17 @@ jobs:
 
       - name: Install goreleaser
         if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
-        uses: goreleaser/goreleaser-action@v6
+        uses: goreleaser/goreleaser-action@v7
         with:
           install-only: true
 
       - name: Set up Docker Buildx
         if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
-        uses: docker/setup-buildx-action@v3
+        uses: docker/setup-buildx-action@v4
 
       - name: release
         if: github.ref_type != 'tag' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
-        uses: cycjimmy/semantic-release-action@v4
+        uses: cycjimmy/semantic-release-action@v5
         with:
           extra_plugins: |
             @semantic-release/commit-analyzer
@@ -142,7 +142,7 @@ jobs:
 
       - name: Archive binaries
         if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
-        uses: actions/upload-artifact@v4.3.1
+        uses: actions/upload-artifact@v7
         with:
           name: "OliveTin-snapshot-${{ env.DATE }}-${{ github.sha }}"
           path: dist/OliveTin*.*