From 9b47991615e4d2a6174cf993d84964641dbf6c23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 17:32:17 +0000 Subject: [PATCH] Update actions/setup-go action to v5 --- .github/workflows/go.yml | 2 +- .github/workflows/stackaid-dependency-generator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ce5d2207..80318134 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.18 diff --git a/.github/workflows/stackaid-dependency-generator.yml b/.github/workflows/stackaid-dependency-generator.yml index 1ed973fb..735e1aa4 100644 --- a/.github/workflows/stackaid-dependency-generator.yml +++ b/.github/workflows/stackaid-dependency-generator.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 # Only required for Go based repos + - uses: actions/setup-go@v5 # Only required for Go based repos - uses: stackaid/generate-stackaid-json@v1.9 token: ${{ secrets.STACKAID_ACCESS_TOKEN }}