Skip to content

Commit 9af1ebd

Browse files
authored
Merge pull request #1036 from WordPress/dependabot/github_actions/develop/action-runners-f3d8e087e7
GH Actions: Bump the action-runners group with 2 updates
2 parents c0579b2 + 53d9215 commit 9af1ebd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Install dependencies and handle caching in one go.
5959
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6060
- name: Install Composer dependencies
61-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
61+
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
6262
with:
6363
# Bust the cache at least once a month - output format: YYYY-MM.
6464
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Install dependencies and handle caching in one go.
4343
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4444
- name: Install Composer dependencies
45-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
45+
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
4646
with:
4747
# For PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
4848
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Install dependencies and handle caching in one go.
5151
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5252
- name: Install Composer dependencies - normal
53-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
53+
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
5454
with:
5555
# Bust the cache at least once a month - output format: YYYY-MM.
5656
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Install dependencies and handle caching in one go.
6363
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6464
- name: Install Composer dependencies
65-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
65+
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
6666
with:
6767
# For PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
6868
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195

196196
# Test that the site builds correctly.
197197
- name: Set up Ruby
198-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
198+
uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
199199
with:
200200
# Use the version as per https://pages.github.com/versions/.
201201
ruby-version: 3.3.4

0 commit comments

Comments
 (0)