Skip to content

Commit 732def4

Browse files
renovate[bot]thypon
authored andcommitted
chore(deps): update actions/checkout action to v4.1.7
1 parent 0f44140 commit 732def4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add-runtime-custom-property.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
run:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
12+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1313
with:
1414
repository: ${{ secrets.RUNTIME_REPOSITORY }}
1515
token: ${{ secrets.RUNTIME_REPO_READ_TOKEN }}

.github/workflows/security-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
steps:
19-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020
with:
2121
fetch-depth: 0
2222
- uses: brave/security-action/actions/main@main

0 commit comments

Comments
 (0)