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 bcef340 commit 3c4887cCopy full SHA for 3c4887c
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Test Build
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
11
- name: Install
12
uses: ./.github/actions/install
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
url: ${{ steps.deployment.outputs.page_url }}
20
21
22
23
24
25
0 commit comments