Skip to content

Commit 160873d

Browse files
authored
Merge pull request #39 from dylan-lang/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1aba2ca + c87c5b5 commit 160873d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy-docs.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
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222

23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- uses: dylan-lang/install-opendylan@v3
2626

.github/workflows/check-docs.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

0 commit comments

Comments
 (0)