Skip to content

Commit 99562cd

Browse files
chore(deps): update actions/checkout digest to df4cb1c
1 parent 29f1985 commit 99562cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
APPX_PUBLISHER_DISPLAY_NAME: ${{ vars.APPX_PUBLISHER_DISPLAY_NAME }}
4444
MSI_UPGRADE_CODE: ${{ vars.MSI_UPGRADE_CODE }}
4545
steps:
46-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4848
with:
4949
cache: 'npm'

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Pin the checkout to the SHA that was current when this workflow
7676
# was dispatched. Without this, actions/checkout defaults to the
7777
# tip of the selected ref, which could move during the run.
78-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
78+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
7979
with:
8080
ref: ${{ github.sha }}
8181
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

0 commit comments

Comments
 (0)