Skip to content

Commit 3498d0c

Browse files
Bump actions/checkout from 6 to 7 (#335)
1 parent 2a35037 commit 3498d0c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
GITHUB_CONTEXT: ${{ toJson(github) }}
1616
run: echo "$GITHUB_CONTEXT"
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
- name: Setup .NET versions
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656
- name: Fetch all history for all tags and branches
5757
run: git fetch --prune --unshallow
5858
- name: Install Mono (Ubuntu only)
@@ -88,7 +88,7 @@ jobs:
8888
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
8989
steps:
9090
- name: Checkout
91-
uses: actions/checkout@v6
91+
uses: actions/checkout@v7
9292
- name: Setup .NET versions
9393
uses: actions/setup-dotnet@v6
9494
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Fetch all history for all tags and branches
2424
run: git fetch --prune --unshallow
2525
- name: Setup .NET versions

0 commit comments

Comments
 (0)