diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-23 09:47:24 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-10 15:53:07 +0200 |
commit | 130180c5cf86796ccc6109b89e064a287f1db417 (patch) | |
tree | a202e08ee0af7a040cad7764c10b7522509ece33 /.github/workflows/npm-audit-fix.yml | |
parent | 052a637cc941ee4fe765a52682be41570d29aac7 (diff) | |
download | nextcloud-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/npm-audit-fix.yml')
-rw-r--r-- | .github/workflows/npm-audit-fix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index ef24a9ab1d3..557f1c17f7a 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.6.0 with: ref: ${{ matrix.branches }} |