From 8cea63853eec08c4cd2cc289a7cc2904900173b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 02:07:01 +0000 Subject: [PATCH] chore(deps): update all dependencies on github actions --- .github/workflows/cron-remove-label.yaml | 2 +- .github/workflows/gitops-prd.yml | 2 +- .github/workflows/gitops-stg.yml | 2 +- .github/workflows/golangci-lint.yml | 4 ++-- .github/workflows/test.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cron-remove-label.yaml b/.github/workflows/cron-remove-label.yaml index d336f35..ab0c87b 100644 --- a/.github/workflows/cron-remove-label.yaml +++ b/.github/workflows/cron-remove-label.yaml @@ -8,7 +8,7 @@ jobs: labeling: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | # MEMO: please comment out the follwoing if you execute this script in local diff --git a/.github/workflows/gitops-prd.yml b/.github/workflows/gitops-prd.yml index 4690e77..50998eb 100644 --- a/.github/workflows/gitops-prd.yml +++ b/.github/workflows/gitops-prd.yml @@ -60,7 +60,7 @@ jobs: branch: production/weaver-main - name: Create and Merge Pull Request - uses: "actions/github-script@v6" + uses: "actions/github-script@v7" with: github-token: ${{ steps.generate_token.outputs.token }} script: | diff --git a/.github/workflows/gitops-stg.yml b/.github/workflows/gitops-stg.yml index 2fce639..d16ff8d 100644 --- a/.github/workflows/gitops-stg.yml +++ b/.github/workflows/gitops-stg.yml @@ -60,7 +60,7 @@ jobs: branch: staging/weaver-main - name: Create and Merge Pull Request - uses: "actions/github-script@v6" + uses: "actions/github-script@v7" with: github-token: ${{ steps.generate_token.outputs.token }} script: | diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ebd2af1..1a2a4c0 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -27,13 +27,13 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: go.mod cache-dependency-path: go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v5 with: version: latest args: --timeout 3m0s diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66d8ee6..de3da61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: go.mod cache-dependency-path: go.sum