From 292839060dee555a1b847792c57e5f2508ba1dff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:40:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/ci.yml | 4 ++-- .github/workflows/create_release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49fdf767..a082fbb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: # Linux runners need this. CC: clang steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: maxim-lobanov/setup-xcode@v1 if: ${{ startsWith(matrix.runner, 'macos') }} with: @@ -51,7 +51,7 @@ jobs: # Linux runners need this. CC: clang steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: maxim-lobanov/setup-xcode@v1 if: ${{ startsWith(matrix.runner, 'macos') }} with: diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 868ef8a5..5a26b5a5 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -23,7 +23,7 @@ jobs: steps: # Check out your code - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # Generate a token that has permssions to create a release and create PRs. - uses: tibdex/github-app-token@v2