Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
steps:
- name: Checkout the action
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: action
submodules: recursive
Expand All @@ -44,7 +44,7 @@ jobs:
)
steps:
- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
using: composite
steps:
- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: repo
submodules: recursive
Expand All @@ -26,7 +26,7 @@ runs:
with:
dotnet-version: 3.1.x
- name: Get the Microsoft DTDL Validator software
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: dtdl-microsoft-validator
repository: Azure-Samples/DTDL-Validator
Expand Down
Loading