Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 7c8455d

Browse files
authored
Merge pull request #110 from staticdev/bug/unsynced-meta-dependencies
Fix unsynced meta dependencies
2 parents 794db18 + bf3641a commit 7c8455d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ repos:
2222
rev: v5.3.1
2323
hooks:
2424
- id: ansible-lint
25-
files: \.(yaml|yml)$

meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ galaxy_info:
3131

3232
dependencies:
3333
- name: staticdev.pyenv
34-
version: 2.4.1
34+
version: 2.5.0
3535
- name: gantsign.visual-studio-code
36-
version: 6.6.0
36+
version: 6.7.0
3737
when: install_vscode

0 commit comments

Comments
 (0)