Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Zalas <[email protected]>
  • Loading branch information
jakzal committed Nov 6, 2024
1 parent 359af35 commit ad87e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
xoom_version: ${{ steps.version.outputs.xoom_version }}

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

- name: Set up JDK 1.8
uses: actions/setup-java@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
needs: build

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Determine the version
id: version
run: |
Expand Down

0 comments on commit ad87e72

Please sign in to comment.