Skip to content

Commit

Permalink
deploy: 가장 최신 버전으로 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO committed Oct 20, 2024
1 parent b1b1a60 commit 28d0488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

- name: Set up SSH
uses: webfactory/ssh-agent@v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
Expand Down

0 comments on commit 28d0488

Please sign in to comment.