We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4987332 commit bac2eadCopy full SHA for bac2ead
.github/workflows/firebase-live.yml
@@ -8,7 +8,7 @@ jobs:
8
build_and_deploy_live_site:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
13
- name: Install pnpm
14
uses: pnpm/action-setup@v4
.github/workflows/firebase-preview.yml
build_and_preview:
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
- name: Clone repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
with:
16
fetch-depth: 0
17
0 commit comments