From 20591efc6cdf5a9a7fafba0304b4d55ad50332bc Mon Sep 17 00:00:00 2001 From: "scs-project-manager[bot]" <143188378+scs-project-manager[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:44:24 +0000 Subject: [PATCH] :seedling: Update github-actions group | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/labeler | v4 | v5 | | github-tags | actions/setup-go | v4.1.0 | v5.0.0 | --- .github/actions/setup-go/action.yaml | 2 +- .github/workflows/pr-verify.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/report-bin-size.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup-go/action.yaml b/.github/actions/setup-go/action.yaml index 3f47238d..6c1a5e59 100644 --- a/.github/actions/setup-go/action.yaml +++ b/.github/actions/setup-go/action.yaml @@ -4,7 +4,7 @@ runs: using: "composite" steps: - name: Install go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: "go.mod" cache: true diff --git a/.github/workflows/pr-verify.yaml b/.github/workflows/pr-verify.yaml index 05dcb662..09014530 100644 --- a/.github/workflows/pr-verify.yaml +++ b/.github/workflows/pr-verify.yaml @@ -62,7 +62,7 @@ jobs: "2000": "XXL" } - name: Generate Labels - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5 with: configuration-path: .github/labeler.yaml repo-token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 95157b60..787dd617 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -138,7 +138,7 @@ jobs: fetch-depth: 0 - name: Install go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: "go.mod" cache: true diff --git a/.github/workflows/report-bin-size.yaml b/.github/workflows/report-bin-size.yaml index 3956e917..c4b509c6 100644 --- a/.github/workflows/report-bin-size.yaml +++ b/.github/workflows/report-bin-size.yaml @@ -16,7 +16,7 @@ jobs: run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Install go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: "go.mod" cache: true