Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
trfore committed Apr 1, 2024
2 parents 52eb3f9 + 91a9f92 commit ea64a51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot_auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_omada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Create pull request
if: env.UPDATE_VERSION_FILE
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: update omada version to ${{ steps.omada_url.outputs.latest_version }}
title: update omada version to ${{ steps.omada_url.outputs.latest_version }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ansible>=7.4
ansible-compat>=4.1.7
ansible-core>=2.14
ansible-lint>=6.14.0
molecule>=4.0.0,<7.0.0
molecule>=4.0.0,<25.0.0
molecule-plugins[docker]>=23.0.0
paramiko>=3.0.0
pre-commit>=3.2.0
Expand Down

0 comments on commit ea64a51

Please sign in to comment.