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 4d20668 commit ae0f482Copy full SHA for ae0f482
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2020, 2022 Oracle Corporation and/or its affiliates. All rights reserved.
+# Copyright 2020, 2025, Oracle Corporation and/or its affiliates. All rights reserved.
2
# Licensed under the Universal Permissive License v 1.0 as shown at
3
# https://oss.oracle.com/licenses/upl.
4
@@ -31,7 +31,7 @@ jobs:
31
runs-on: windows-latest
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
35
36
# Install the .NET Core workload
37
- name: Install .NET Core
0 commit comments