Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to b4ffde6 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Markus Tacker <[email protected]>
  • Loading branch information
renovate[bot] and coderbyheart authored Oct 19, 2023
1 parent 27b6c3f commit 559e55d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4
with:
path: project

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-firmware-bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 559e55d

Please sign in to comment.