From 58bcad8b96bced66597a88acc258f185591dbfa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:37:31 +0000 Subject: [PATCH] Update actions/setup-go action to v5 --- .github/workflows/go-build.yml | 2 +- .github/workflows/tag-autorelease.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 572ab0d..027fc51 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 # - name: Setup Go ${{ matrix.go-version }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} cache-dependency-path: subdir/go.sum diff --git a/.github/workflows/tag-autorelease.yml b/.github/workflows/tag-autorelease.yml index 219e42b..3a46704 100644 --- a/.github/workflows/tag-autorelease.yml +++ b/.github/workflows/tag-autorelease.yml @@ -22,7 +22,7 @@ jobs: id: setup-ffmpeg # - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.19 #