Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
github-actions(deps): bump actions/checkout from 2.3.5 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.5...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2023
1 parent 3dff24e commit 23ec876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.3.0

- name: Shutdown default MySQL in Ubuntu (SUDO)
run: sudo service mysql stop
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
needs: tests
if: ${{ github.ref_name == 'main' }}
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.3.0

- uses: pixta-dev/repository-mirroring-action@v1
with:
Expand Down

0 comments on commit 23ec876

Please sign in to comment.