Skip to content

Commit 165565b

Browse files
renovate[bot]extrange
authored andcommitted
chore(deps): update actions/checkout digest to de0fac2
1 parent dab9430 commit 165565b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/detect-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
tag: docker-${{ steps.version.outputs.build_version }}-${{ inputs.channel }}
1717
has_update: ${{ steps.check-update.outputs.has_update }}
1818
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

2121
- name: Get Latest IB Gateway Version
2222
id: version
@@ -42,7 +42,7 @@ jobs:
4242
needs: check-new-version
4343
if: needs.check-new-version.outputs.has_update == 'true'
4444
steps:
45-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4646

4747
- name: Download IB Gateway
4848
run: |

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout source code
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
with:
2525
# Checkout branch which triggered the action
2626
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)