Skip to content

Commit

Permalink
Merge pull request #471 from sanger/y24-244-bump-checkout
Browse files Browse the repository at this point in the history
Y24-244 - Update checkout dependency to v4
  • Loading branch information
SHIV5T3R authored Nov 20, 2024
2 parents 1f369af + fe7a716 commit 85e4ca1
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 85e4ca1

Please sign in to comment.