Skip to content

Commit b99af76

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: ${{ steps.version.outputs.version }}
2424
prerelease: ${{ steps.version.outputs.prerelease }}
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
@@ -77,7 +77,7 @@ jobs:
7777

7878

7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181
with:
8282
persist-credentials: false
8383
- uses: actions/setup-python@v5
@@ -116,7 +116,7 @@ jobs:
116116
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
117117
with:
118118
jobs: ${{ toJSON(needs) }}
119-
- uses: actions/checkout@v4
119+
- uses: actions/checkout@v5
120120
with:
121121
persist-credentials: false
122122
- uses: actions/setup-python@v5
@@ -151,7 +151,7 @@ jobs:
151151
contents: write
152152
steps:
153153
- name: Checkout
154-
uses: actions/checkout@v4
154+
uses: actions/checkout@v5
155155
with:
156156
fetch-depth: 0
157157
persist-credentials: false

0 commit comments

Comments
 (0)