Skip to content

Commit

Permalink
Merge pull request #10 from microsoft/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
johnoliver authored Jun 14, 2024
2 parents b98bf78 + f8cb26e commit c08efff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Need to use JDK 11 to build for JDK 8
- name: Set JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Need to use JDK 11 to build for JDK 8
- name: Set JDK
Expand Down

0 comments on commit c08efff

Please sign in to comment.