Skip to content

Commit 241e552

Browse files
authored
Merge pull request #453 from bottlesdevs/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4f197be + ecddf47 commit 241e552

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)