We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bacf6 commit 5d3fc4aCopy full SHA for 5d3fc4a
.github/workflows/release.yaml
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2022 - 2022, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2022 - 2023, Oracle and/or its affiliates. All rights reserved.
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3
4
# We run checks on pushing to the specified branches.
@@ -183,7 +183,7 @@ jobs:
183
steps:
184
185
- name: Check out repository
186
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.0.2
+ uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
187
with:
188
fetch-depth: 0
189
0 commit comments