We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62effa commit 26dac22Copy full SHA for 26dac22
3 files changed
.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@v5
+ - uses: actions/checkout@v6
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@v5
+ uses: actions/checkout@v6
15
with:
16
fetch-depth: 0
17
0 commit comments