We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b0668 commit 767825bCopy full SHA for 767825b
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
name: github-pages
25
url: ${{ steps.deployment.outputs.page_url }}
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
29
- name: Install dependencies
30
run: |-
.github/workflows/check.yml
@@ -12,7 +12,7 @@ jobs:
12
INSPIRCD_BRANCHES: insp3 master
13
INSPIRCD_TAGS: v3 v4
14
15
16
17
18
0 commit comments