Skip to content

Commit

Permalink
chore(deps): update all dependencies on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent a9098f1 commit a260869
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-remove-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
labeling:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |
const targetLabel = 'reviewapps';
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitops-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitops-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4
with:
version: latest
args: --timeout 3m0s
6 changes: 3 additions & 3 deletions .github/workflows/reviewapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: 'x64'

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v44
with:
use_fork_point: true

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
echo "FLAG=${FLAG}" >> $GITHUB_OUTPUT
- name: Labeling 'reviewapps' to PR
uses: actions/github-script@v6
uses: actions/github-script@v7
id: set-result
if: ${{ steps.check-paths-ignore.outputs.FLAG == 'false' }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a260869

Please sign in to comment.