Skip to content

Commit 5b8a2b9

Browse files
chore(deps): update actions/checkout digest to 93cb6ef (#231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4feeae0 commit 5b8a2b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515
- name: Install devbox
1616
uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 # v0.14.0
1717
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NEW_TAG: "v${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}"
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727
with:
2828
token: "${{ secrets.APP_AUTOSCALER_CI_TOKEN }}"
2929
- name: Install devbox
@@ -51,7 +51,7 @@ jobs:
5151
generate_release_notes: true
5252
fail_on_unmatched_files: true
5353
- name: Checkout https://github.com/cloudfoundry/cli-plugin-repo
54-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
54+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5555
with:
5656
repository: cloudfoundry/cli-plugin-repo
5757
ref: main

0 commit comments

Comments
 (0)