Skip to content

Commit 7fd88e2

Browse files
authored
Merge pull request #21 from dylan-lang/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents fb23b16 + ef36699 commit 7fd88e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buid-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Checkout code
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Check links
2929
uses: addnab/docker-run-action@v3

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Install Opendylan
2020
uses: dylan-lang/install-opendylan@v3

0 commit comments

Comments
 (0)