aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-php.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-23 09:47:24 +0000
committerFerdinand Thiessen <opensource@fthiessen.de>2023-10-10 15:53:07 +0200
commit130180c5cf86796ccc6109b89e064a287f1db417 (patch)
treea202e08ee0af7a040cad7764c10b7522509ece33 /.github/workflows/lint-php.yml
parent052a637cc941ee4fe765a52682be41570d29aac7 (diff)
downloadnextcloud-server-130180c5cf86796ccc6109b89e064a287f1db417.tar.gz
nextcloud-server-130180c5cf86796ccc6109b89e064a287f1db417.zip
chore(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/lint-php.yml')
-rw-r--r--.github/workflows/lint-php.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index e7230f64ba8..0be022e032b 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.5.2
+ uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2