Skip to content

Commit ecddf47

Browse files
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] <support@github.com>
1 parent 4f197be commit ecddf47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull-components.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
prepare:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
path: "bottle-components-repository"
2525
ref: ${{ github.ref_name }}
@@ -84,7 +84,7 @@ jobs:
8484
]
8585
runs-on: ubuntu-latest
8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v5
8888
with:
8989
path: "bottle-components-repository"
9090
ref: ${{ env.PR_BRANCH }}
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146146

147-
- uses: actions/checkout@v4
147+
- uses: actions/checkout@v5
148148
with:
149149
repository: bottlesdevs/tools
150150
path: "tools"
@@ -339,7 +339,7 @@ jobs:
339339
if: always() && needs.prepare.result == 'success'
340340
runs-on: ubuntu-latest
341341
steps:
342-
- uses: actions/checkout@v4
342+
- uses: actions/checkout@v5
343343
with:
344344
path: "bottle-components-repository"
345345
ref: ${{ env.WORKING_BRANCH }}

0 commit comments

Comments
 (0)