Skip to content

Commit bacf83a

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(core-deps): update actions/checkout action to v4
1 parent cbdc991 commit bacf83a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v3
21+
uses: actions/checkout@v4
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@v3
47+
uses: actions/checkout@v4
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@v3
19+
uses: actions/checkout@v4
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@v3
29+
uses: actions/checkout@v4
3030
with:
3131
path: dtdl-microsoft-validator
3232
repository: Azure-Samples/DTDL-Validator

0 commit comments

Comments
 (0)