Skip to content

Commit

Permalink
upgrade ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Feb 19, 2024
1 parent 458de53 commit 01a52f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Java and .NET are already installed on ubuntu-latest

Expand All @@ -47,7 +47,7 @@ jobs:
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA

- name: Add & Commit
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
committer_name: GitHub Actions Bot
committer_email: [email protected]
Expand Down

0 comments on commit 01a52f8

Please sign in to comment.