From f539da2a5260bc3f15a6dfa8198becc599137cba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:23:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 11bd719 --- .../native_model/.github/workflows/build_and_test_release.yml | 4 ++-- .../native_model/.github/workflows/conventional_commits.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/native_model/.github/workflows/build_and_test_release.yml b/libraries/native_model/.github/workflows/build_and_test_release.yml index e89d7153..5b57daaf 100644 --- a/libraries/native_model/.github/workflows/build_and_test_release.yml +++ b/libraries/native_model/.github/workflows/build_and_test_release.yml @@ -15,7 +15,7 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] toolchain: [stable] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup Rust uses: actions-rs/toolchain@v1 with: @@ -41,7 +41,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: main diff --git a/libraries/native_model/.github/workflows/conventional_commits.yml b/libraries/native_model/.github/workflows/conventional_commits.yml index 61740185..713ef223 100644 --- a/libraries/native_model/.github/workflows/conventional_commits.yml +++ b/libraries/native_model/.github/workflows/conventional_commits.yml @@ -9,5 +9,5 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: webiny/action-conventional-commits@v1.3.0 \ No newline at end of file