We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aba2ca + c87c5b5 commit 160873dCopy full SHA for 160873d
3 files changed
.github/workflows/build-and-deploy-docs.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
27
- name: Checkout code
28
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
29
30
- name: Check links
31
uses: addnab/docker-run-action@v3
.github/workflows/build-and-test.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
22
23
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
24
- uses: dylan-lang/install-opendylan@v3
.github/workflows/check-docs.yml
0 commit comments