Skip to content

Commit 30fc638

Browse files
authored
Merge pull request #105 from ArchipelagoMW/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents a77828a + 58b4c65 commit 30fc638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Dotnet Setup
2626
uses: actions/setup-dotnet@v3
2727
with:

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- uses: actions/setup-dotnet@v1
1818
with:

0 commit comments

Comments
 (0)