We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6b6a78 + bd43af9 commit ee04c4bCopy full SHA for ee04c4b
2 files changed
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- name: Checkout code
40
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
41
with:
42
submodules: 'recursive'
43
@@ -67,7 +67,7 @@ jobs:
67
runs-on: ubuntu-latest
68
69
70
71
72
73
@@ -132,7 +132,7 @@ jobs:
132
133
134
135
136
137
138
.github/workflows/pages.yml
@@ -25,7 +25,7 @@ jobs:
25
url: ${{ steps.deployment.outputs.page_url }}
26
27
- name: Checkout
28
29
30
- name: Setup Pages
31
uses: actions/configure-pages@v6
0 commit comments