Skip to content

Commit dac664e

Browse files
dependabot[bot]vincejv
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4aeef1 commit dac664e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: needs.pre_job.outputs.should_skip != 'true'
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3838

@@ -67,7 +67,7 @@ jobs:
6767
packages: write
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
with:
7272
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
7373

.github/workflows/release-main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
changelog: ${{ steps.tag_version.outputs.changelog }}
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
- name: Bump version and push tag
4242
id: tag_version
@@ -50,7 +50,7 @@ jobs:
5050
needs: versioning
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
with:
5555
ref: ${{ github.event.repository.default_branch }}
5656
fetch-depth: 0
@@ -68,7 +68,7 @@ jobs:
6868
needs: versioning
6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
with:
7373
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
7474

@@ -113,7 +113,7 @@ jobs:
113113
packages: write
114114
steps:
115115
- name: Checkout
116-
uses: actions/checkout@v3
116+
uses: actions/checkout@v4
117117
with:
118118
ref: master
119119
fetch-depth: 0

0 commit comments

Comments
 (0)