Skip to content

Commit 071a0cf

Browse files
renovate[bot]mihaiplesa
authored andcommitted
chore(deps): update actions/checkout action to v5.0.1
1 parent a31311d commit 071a0cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1515
with:
1616
repository: ${{ secrets.RUNTIME_REPOSITORY }}
1717
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020
with:
2121
fetch-depth: 0
2222
- uses: brave/security-action/actions/main@main

0 commit comments

Comments
 (0)