Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent b84457d commit d4e9a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mta_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
max-parallel: 1
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
run: mvn test -fae --no-transfer-progress

- name: Checkout JUnit Report
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Katsute/JUnit-Report
ref: f8c3faa29af146ae5945a2bfa2a8fc6b34c1c216
Expand Down

0 comments on commit d4e9a71

Please sign in to comment.