Skip to content

Commit

Permalink
Update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIV5T3R committed Nov 11, 2024
1 parent def02c8 commit fe7a716
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up Java 21
uses: actions/setup-java@v1
Expand Down
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:
mysql -h 127.0.0.1 -P $MYSQL_PORT -uroot -prootpw -e "SHOW DATABASES"
env:
MYSQL_PORT: "${{ job.services.mysql.ports['3306'] }}"
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Java 21
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit fe7a716

Please sign in to comment.