Skip to content

Commit 4c0f249

Browse files
authored
Merge pull request #4 from jonmartin721/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 4cd0068 + 667fff1 commit 4c0f249

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v5
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: ./DocumentGenerator.Client
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v6
4949

5050
- name: Setup Node.js
5151
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)