From 559e55d679196990f65cbf3b43ff48e2b15ea4e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:43:47 +0200 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 (#24) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Markus Tacker --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/publish-firmware-bundles.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caa52eb9..a84b595f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: nextRelease: ${{ steps.version.outputs.nextRelease }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@v4 - name: Determine next release version uses: nordicsemiconductor/cloud-get-next-version-action@saga @@ -66,7 +66,7 @@ jobs: --password-stdin - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 # Only rebuild the docker image of the contents of the files change that # determine what goes into the Docker image @@ -110,7 +110,7 @@ jobs: --password-stdin - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 # Only rebuild the docker image of the contents of the files change that # determine what goes into the Docker image @@ -153,7 +153,7 @@ jobs: CMAKE_PREFIX_PATH: /opt/toolchains steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 with: path: project @@ -196,7 +196,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 with: path: project @@ -331,7 +331,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@v4 - uses: actions/download-artifact@v3 diff --git a/.github/workflows/publish-firmware-bundles.yml b/.github/workflows/publish-firmware-bundles.yml index 4bd67f39..118bc822 100644 --- a/.github/workflows/publish-firmware-bundles.yml +++ b/.github/workflows/publish-firmware-bundles.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: