Skip to content

Commit d5f0359

Browse files
authored
Merge pull request #26 from equinix-labs/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 50bdb9a + 7b94b0e commit d5f0359

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

0 commit comments

Comments
 (0)