Skip to content

Commit 3b506d5

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [technote-space/workflow-conclusion-action](https://github.com/technote-space/workflow-conclusion-action). Updates `actions/checkout` from 2 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) Updates `technote-space/workflow-conclusion-action` from 2 to 3 - [Release notes](https://github.com/technote-space/workflow-conclusion-action/releases) - [Commits](technote-space/workflow-conclusion-action@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: technote-space/workflow-conclusion-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19a9faf commit 3b506d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.ref }}
2121

@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
if: always()
6969
steps:
70-
- uses: technote-space/workflow-conclusion-action@v2
70+
- uses: technote-space/workflow-conclusion-action@v3
7171
- uses: 8398a7/action-slack@v3
7272
with:
7373
status: failure

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Setup PHP ${{ matrix.php }}
2525
uses: shivammathur/setup-php@v2

.github/workflows/trigger-skeletons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
WORKFLOW: "build-skeleton.yml"
2323
AUTH: ":${{secrets.GLOBAL_TOKEN}}"
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v6
2626
- name: Make it rain ☔️
2727
run: |
2828
SKELETONS=`curl -s "${{secrets.SKELETONS_JSON_LIST}}"`

0 commit comments

Comments
 (0)