Skip to content

Commit bf37283

Browse files
authored
Merge pull request #353 from com-pas/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ca74109 + 2bc2fc3 commit bf37283

5 files changed

+5
-5
lines changed

.github/workflows/build-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

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

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

.github/workflows/release-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Cache Docker Register
2222
uses: actions/cache@v3

.github/workflows/reuse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: REUSE Compliance Check
1616
uses: fsfe/reuse-action@v2

.github/workflows/sonarcloud-analysis.yml

+1-1
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@v3
43+
- uses: actions/checkout@v4
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

+1-1
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@v3
29+
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232

0 commit comments

Comments
 (0)