Skip to content

Commit

Permalink
update github actions/checkout from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Oct 27, 2023
1 parent e493cf5 commit 04b6d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build an all-inclusive fat Docker image for example run
run: docker build --tag render_example_1 - < render-ws-java-client/src/main/resources/example_1/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 04b6d41

Please sign in to comment.