Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Renovate: UCL-MIRSG/.github to v0.39.0 #19

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/add-to-project@v0.26.0
- uses: UCL-MIRSG/.github/actions/add-to-project@v0.39.0
with:
app-id: ${{ secrets.APP_ID }}
app-pem: ${{ secrets.APP_PEM }}
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/linting@v0.26.0
- uses: UCL-MIRSG/.github/actions/linting@v0.39.0
with:
ansible-roles-config: ./meta/collections.yml
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,6 @@ jobs:
ANSIBLE_FORCE_COLOR: 1
steps:
- name: Run `molecule test`
uses: UCL-MIRSG/.github/actions/molecule-test@v0.26.0
uses: UCL-MIRSG/.github/actions/molecule-test@v0.39.0
with:
scenario: ${{ matrix.molecule_scenario }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/UCL-MIRSG/.github
rev: v0.26.0
rev: v0.39.0
hooks:
- id: mirsg-hooks
Loading