From eb6155780e2a5bd19111e2210ab9f29f60bbd46e Mon Sep 17 00:00:00 2001 From: behnazh-w Date: Tue, 10 Jan 2023 01:45:10 +1000 Subject: [PATCH] chore(deps): fix the checkout action semantic version Signed-off-by: behnazh-w --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 36d2b7a59..3e5a9291b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2022 - 2022, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2022 - 2023, Oracle and/or its affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. # We run checks on pushing to the specified branches. @@ -183,7 +183,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.0.2 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 with: fetch-depth: 0