Skip to content

Commit

Permalink
Merge pull request #120 from trilogy-libraries/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jhawthorn authored Sep 14, 2023
2 parents de8e875 + dd3f96f commit e3ff68b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: "debian:buster"
ruby: "2.8"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: docker login
run: echo $GITHUB_TOKEN | docker login ghcr.io --username trilogy --password-stdin
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
mysql: ["5.7", "8.0"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup MySQL
run: |
brew install mysql@${{ matrix.mysql }}
Expand All @@ -34,7 +34,7 @@ jobs:
matrix:
mysql: ["5.7", "8.0"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup MySQL
run: |
brew install mysql@${{ matrix.mysql }}
Expand Down

0 comments on commit e3ff68b

Please sign in to comment.