We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ecb176 + 0b79cc6 commit f239554Copy full SHA for f239554
.github/workflows/build-and-test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
19
- name: Install Opendylan
20
uses: dylan-lang/install-opendylan@v3
.github/workflows/build-docs.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
- name: Check links
31
uses: addnab/docker-run-action@v3
0 commit comments