Skip to content

Commit

Permalink
Update actions/checkout action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent ef6c6d1 commit 3c2d4f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
password: ${{ secrets.WRITE_GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
repository: momentumstudioltd/github-actions
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
repository: momentumstudioltd/github-actions
Expand Down

0 comments on commit 3c2d4f8

Please sign in to comment.