Skip to content

Commit 5d3fc4a

Browse files
committed
chore(deps): fix the checkout action semantic version (#27)
Signed-off-by: behnazh-w <[email protected]>
1 parent 77bacf6 commit 5d3fc4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022 - 2022, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2022 - 2023, Oracle and/or its affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33

44
# We run checks on pushing to the specified branches.
@@ -183,7 +183,7 @@ jobs:
183183
steps:
184184

185185
- name: Check out repository
186-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.0.2
186+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
187187
with:
188188
fetch-depth: 0
189189

0 commit comments

Comments
 (0)