Skip to content

Commit 4667b71

Browse files
ci(gha): Update actions/checkout action to v4.3.1 (#159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f3557e commit 4667b71

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/infracost.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Checkout the base branch of the pull request
3939
- name: Checkout repository
40-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
40+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4141
with:
4242
ref: ${{ github.event.pull_request.base.ref }}
4343
persist-credentials: false
@@ -51,7 +51,7 @@ jobs:
5151
5252
# Checkout the current PR branch so we can create a diff.
5353
- name: Checkout PR branch
54-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
54+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5555

5656
# Generate an Infracost diff and save it to a JSON file.
5757
- name: Generate Infracost diff

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
35+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)