Skip to content

Commit 9211ec9

Browse files
renovate[bot]ViBiOh
authored andcommitted
chore(deps): update actions/checkout action to v4
1 parent f9e8cee commit 9211ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch_clean.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828
fetch-depth: 0

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3838
with:
3939
fetch-depth: 0
4040
- name: SonarCloud

0 commit comments

Comments
 (0)