Skip to content

Commit e1ca11f

Browse files
chore(deps): update actions/checkout digest to 8ade135
1 parent d5f0359 commit e1ca11f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: TF docs
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1919
id: actions-checkout
2020
with:
2121
ref: main

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: read
2828
steps:
2929
- name: Checkout from Github
30-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
30+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3131

3232
- name: Install Python3
3333
uses: actions/setup-python@v4

.github/workflows/release.yaml

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1515
with:
1616
persist-credentials: false
1717
fetch-depth: 0

0 commit comments

Comments
 (0)