Skip to content

Commit

Permalink
chore(deps): Update actions/checkout action to v4 (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas authored Feb 20, 2025
1 parent 7ca4a71 commit 8f36d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run:
working-directory: server/application-server
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 8f36d4e

Please sign in to comment.