Skip to content

Commit e2c7ddc

Browse files
Bump the github-actions-group group with 3 updates (#55)
Bumps the github-actions-group group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `ruby/setup-ruby` from 1.284.0 to 1.286.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@80740b3...90be115) Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@98357b1...c0f553f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-group - dependency-name: ruby/setup-ruby dependency-version: 1.286.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-group - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-group ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbc2ed1 commit e2c7ddc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
steps:
1717
- name: Checkout code | Internal
1818
if: ${{ github.event_name == 'merge_group' || github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' }}
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #6.0.1
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2
2020
with:
2121
token: ${{ secrets.pat-token }}
2222

2323
- name: Checkout code | External
2424
if: ${{ github.event_name != 'merge_group' && github.event.pull_request.head.repo.full_name != github.repository || github.actor == 'dependabot[bot]' }}
25-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #6.0.1
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2
2626

2727
- name: Set up Ruby
28-
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf #1.284.0
28+
uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 #1.286.0
2929

3030
- name: Run Ruby Script
3131
run: ruby ./copyright.rb
@@ -58,13 +58,13 @@ jobs:
5858

5959
- name: Checkout code | Internal
6060
if: ${{ github.event_name == 'merge_group' || github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' }}
61-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #6.0.1
61+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2
6262
with:
6363
token: ${{ secrets.pat-token }}
6464

6565
- name: Checkout code | External
6666
if: ${{ github.event_name != 'merge_group' && github.event.pull_request.head.repo.full_name != github.repository || github.actor == 'dependabot[bot]' }}
67-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #6.0.1
67+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2
6868

6969
- name: Setup Dependencies
7070
uses: ./.github/actions/composer-dependency-setup
@@ -121,7 +121,7 @@ jobs:
121121
coverage: none
122122
extensions: gd, gmp, redis
123123

124-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #6.0.1
124+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2
125125
with:
126126
fetch-depth: 0
127127
fetch-tags: true
@@ -161,7 +161,7 @@ jobs:
161161
coverage: none
162162
extensions: gd, gmp, redis, mailparse
163163

164-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #6.0.1
164+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2
165165
with:
166166
fetch-depth: 0
167167
fetch-tags: true

.github/workflows/update_yearly_copyright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313

1414
steps:
1515
- name: Checkout `main` Branch
16-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #6.0.1
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2
1717
with:
1818
token: ${{ secrets.PAT }}
1919

2020
- name: Set up Ruby
21-
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf #1.284.0
21+
uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 #1.286.0
2222

2323
- name: Run copyright script
2424
run: ruby ./copyright.rb
2525

2626
- name: Create Pull Request
27-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 #8.0.0
27+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 #8.1.0
2828
with:
2929
token: ${{ secrets.PAT }}
3030
commit-message: >

0 commit comments

Comments
 (0)