Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
  • Loading branch information
aki-bot[bot] authored May 28, 2022
1 parent 82c948f commit 5c25d08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Lint
# yamllint disable-line rule:line-length
uses: github/super-linter/slim@ae4e373c56efad95924d9cc6b89624fdb2333007 # tag=v4.9.2
uses: github/super-linter/slim@a320804d310fdeb8d1a46c6c6c1e615d443b10c9 # tag=v4.9.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update dependencies
# yamllint disable-line rule:line-length
uses: renovatebot/github-action@d4f63e700a34de6926dc3f01068015e0a50fda10 # tag=v32.64.4
uses: renovatebot/github-action@df89c38d1135fd6f0c98d934685c0a3b8457886d # tag=v32.66.7
with:
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: ansible.posix
version: 1.3.0
version: 1.4.0

roles:
- name: gantsign.oh-my-zsh
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env just --justfile

# renovate: datasource=docker depName=github/super-linter
super_linter_version := "slim-v4.9.2@sha256:63904379c7293d35915599bb9a27cb166431a4ef2891a960dec89adf26a3af67" # editorconfig-checker-disable-line
super_linter_version := "slim-v4.9.4@sha256:33ceb6b4e3144aabb48a3ae9d514dc69016ad52b85012cbc3f855e4af604f03b" # editorconfig-checker-disable-line

@_default:
just --list
Expand Down

0 comments on commit 5c25d08

Please sign in to comment.