Skip to content

Commit 0a47fe2

Browse files
chore(deps): update actions/checkout digest to df4cb1c
1 parent 929ba5f commit 0a47fe2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Add any other refs you want to build docs for here
3131
steps:
3232
- name: Checkout ${{ matrix.version }}
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434
with:
3535
ref: ${{ matrix.version }}
3636
- name: Get formatted ref name

.github/workflows/release-tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
app-id: 2384674
1515
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
1616
- name: Checkout repository
17-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818
with:
1919
token: ${{ steps.generate-token.outputs.token }}
2020
persist-credentials: true

0 commit comments

Comments
 (0)