Skip to content

Commit d913ec8

Browse files
authored
Merge pull request #58 from dylan-lang/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6309c0c + b2503e0 commit d913ec8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-check-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Check links
2727
uses: addnab/docker-run-action@v3

.github/workflows/build-and-deploy-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626

2727
- name: Checkout code
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Check links
3131
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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818

19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- uses: dylan-lang/install-opendylan@v3
2222

0 commit comments

Comments
 (0)