Skip to content

Commit 4f3d90c

Browse files
ci(core-deps): update actions/checkout action to v5
1 parent 0573ee7 commit 4f3d90c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}-latest
1919
steps:
2020
- name: Checkout the action
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
path: action
2424
submodules: recursive
@@ -44,7 +44,7 @@ jobs:
4444
)
4545
steps:
4646
- name: Checkout the repository
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
token: ${{ secrets.DEPLOYMENT_TOKEN }}
5050
submodules: recursive

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: composite
1717
steps:
1818
- name: Checkout the repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
path: repo
2222
submodules: recursive
@@ -26,7 +26,7 @@ runs:
2626
with:
2727
dotnet-version: 3.1.x
2828
- name: Get the Microsoft DTDL Validator software
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
path: dtdl-microsoft-validator
3232
repository: Azure-Samples/DTDL-Validator

0 commit comments

Comments
 (0)