Skip to content

Commit

Permalink
Merge pull request #344 from instructlab/dependabot/github_actions/pr…
Browse files Browse the repository at this point in the history
…oduction-dependencies-328e0e1b6e

Bump the production-dependencies group with 2 updates
  • Loading branch information
mergify[bot] authored May 13, 2024
2 parents cf3e581 + 1ebfc43 commit 447eea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version-file: worker/go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
working-directory: worker
Expand All @@ -33,7 +33,7 @@ jobs:
go-version-file: gobot/go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
working-directory: gobot
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install required collections and roles
run: ansible-galaxy install -r ./deploy/ansible/requirements.yml --force
- name: Run ansible-lint
uses: ansible/ansible-lint@v6
uses: ansible/ansible-lint@v24
with:
working-directory: deploy
shellcheck:
Expand Down

0 comments on commit 447eea0

Please sign in to comment.