Skip to content

Commit

Permalink
fix(ci): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Jul 22, 2024
1 parent ab3de5c commit 2cbfad8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# SET UP AND DEPENDENCIES
# Specifying the Java version and architecture
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: grep -vq 'svrl:text' report-expanded.xml

- name: Upload Schematron reports as artifact if validation fails
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: schematron-report
Expand Down

0 comments on commit 2cbfad8

Please sign in to comment.