We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d4d97 commit ee0deb5Copy full SHA for ee0deb5
3 files changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
fetch-depth: 0
40
- name: Setup .NET SDK
41
- uses: actions/setup-dotnet@v5.4.0
+ uses: actions/setup-dotnet@v6.0.0
42
43
global-json-file: global.json
44
- name: Build
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
.github/workflows/tests-cleanup.yml
@@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v7.0.0
25
26
27
- name: Output AWS CLI version
0 commit comments