1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-10 21:58:06 +08:00

Update actions/checkout

Carlo Sala 2024-10-03 16:34:37 +02:00
parent d66f7f3ac1
commit e507a12f4b
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A

@ -2,7 +2,7 @@ name: Publish
on:
push:
branches: [ main ]
branches: [main]
workflow_dispatch: {}
concurrency:
@ -13,7 +13,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0