Skip to content

Commit ea2fb83

Browse files
authored
Merge pull request #364 from com-pas/dependabot/github_actions/actions/checkout-5
build(deps): Bump actions/checkout from 4 to 5
2 parents ba5cbab + 57d6bf6 commit ea2fb83

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-project.yml

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

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Cache Docker Register
2727
uses: actions/cache@v4

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
target-branch: main
2424
- name: Checkout
2525
if: ${{ steps.release.outputs.release_created }}
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Cache Docker Register
2929
if: ${{ steps.release.outputs.release_created }}

.github/workflows/reuse.yml

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@v4
14+
uses: actions/checkout@v5
1515
- name: REUSE Compliance Check
1616
uses: fsfe/reuse-action@v6
1717

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
full_name: ${{ github.event.repository.full_name }}
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
with:
4545
repository: ${{ github.event.workflow_run.head_repository.full_name }}
4646
ref: ${{ github.event.workflow_run.head_branch }}

.github/workflows/sonarcloud-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232

0 commit comments

Comments
 (0)