Skip to content

Commit

Permalink
Merge pull request #2 from z-shell/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3
  • Loading branch information
ss-o authored Mar 31, 2022
2 parents 93ff7e9 + e2ca52f commit fe970ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 🧪 Mac ZUnit CI
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: 📚 Molovo zunit
run: |
mkdir bin
Expand All @@ -39,7 +39,7 @@ jobs:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: ℹ️ Setup linux dependencies
run: |
sudo apt update
Expand Down

0 comments on commit fe970ae

Please sign in to comment.