Skip to content

Commit

Permalink
(chore) O3-3551: Use actions/checkout@v4 in GH actions (#823)
Browse files Browse the repository at this point in the history
Co-authored-by: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com>
  • Loading branch information
Bcoderx6 and jayasanka-sack authored Jul 5, 2024
1 parent e2b9506 commit 8cc90db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
java: [ '8' ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
Expand Down

0 comments on commit 8cc90db

Please sign in to comment.