We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4238871 + f8209b8 commit 071053cCopy full SHA for 071053c
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Test Build
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
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