We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0dc753 + 700cb3c commit 6388f85Copy full SHA for 6388f85
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@v4
+ uses: actions/checkout@v5
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@v4
+ - uses: actions/checkout@v5
24
- uses: dylan-lang/install-opendylan@v3
.github/workflows/check-docs.yml
0 commit comments