Skip to content

Commit

Permalink
Bump actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed May 12, 2022
1 parent b057ee3 commit a9851bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
outputs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: generate-jobs
name: Generate Jobs
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
- name: Pull Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
database-image: ["mariadb:10.4", "mysql:5.7", "mariadb:latest", "mysql:latest"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build images
run: docker-compose -f docker-compose.testing.yml build
- name: Run normal tests
Expand Down

0 comments on commit a9851bb

Please sign in to comment.