Skip to content

Commit d09e84a

Browse files
chore(deps): update github pipeline dependencies to v6
1 parent fa5de5c commit d09e84a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: [idp]
2727
environment: ci
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232

@@ -42,7 +42,7 @@ jobs:
4242
NUGET_SOURCE: ${{ vars.GSOFTDEV_NUGET_SOURCE }}
4343

4444
- name: Upload NuGet package
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
if: always()
4747
with:
4848
name: nuget-package

.github/workflows/publish.yml

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

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)