Skip to content

Commit fe970ae

Browse files
authored
Merge pull request #2 from z-shell/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents 93ff7e9 + e2ca52f commit fe970ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zunit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🧪 Mac ZUnit CI
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: 📚 Molovo zunit
1717
run: |
1818
mkdir bin
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
os: [ubuntu-latest]
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- name: ℹ️ Setup linux dependencies
4444
run: |
4545
sudo apt update

0 commit comments

Comments
 (0)