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

Commit

Permalink
Renovate: UCL-MIRSG/.github to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 5f79690 commit 991137d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/add-to-project@v0.25.0
- uses: UCL-MIRSG/.github/actions/add-to-project@v0.26.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
Expand Up @@ -11,6 +11,6 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/linting@v0.25.0
- uses: UCL-MIRSG/.github/actions/linting@v0.26.0
with:
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
Expand Up @@ -12,6 +12,6 @@ jobs:
- rocky8
steps:
- name: Run `molecule test`
uses: UCL-MIRSG/.github/actions/molecule-test@v0.25.0
uses: UCL-MIRSG/.github/actions/molecule-test@v0.26.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.25.0
rev: v0.26.0
hooks:
- id: mirsg-hooks

0 comments on commit 991137d

Please sign in to comment.