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
2 changes: 1 addition & 1 deletion .github/workflows/build-test-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
FEEDZ_IO_PRIVATE_TOKEN: ${{ secrets.FEEDZ_IO_PRIVATE_TOKEN }}
steps:
- name: Checkout repository with full history
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # Checkout with full history so nbgv can compute Git height correctly.
- name: Setup .NET SDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
language: [ 'csharp' ] # https://aka.ms/codeql-docs/language-support
steps:
- name: Checkout repository with full history
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # Checkout with full history so nbgv can compute Git height correctly.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Assign labels to pull request
uses: actions/labeler@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo Check changelog before update : %CHECK_CHANGELOG%
echo Cake verbosity : %CAKE_VERBOSITY%
- name: Checkout repository with full history
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # Checkout with full history so nbgv can compute Git height correctly.
token: ${{ secrets.RELEASE_TOKEN }}
Expand Down
Loading