diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-18 17:15:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 17:15:30 +0000 |
commit | 81fe4a9fe38f73f32629abc68f997902566e11aa (patch) | |
tree | a19392341484bc09de7635b6ea0d43b79f1bccc1 /.github/workflows/node.yml | |
parent | cf7344082d5cbbf6aa4afcaf46c08a30685e68ce (diff) | |
download | nextcloud-server-81fe4a9fe38f73f32629abc68f997902566e11aa.tar.gz nextcloud-server-81fe4a9fe38f73f32629abc68f997902566e11aa.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...3df4ab11eba7bda6032a0b82a6bb43b11571feac)
---
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/node.yml')
-rw-r--r-- | .github/workflows/node.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 8a2a1d7a52f..54550067a22 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -37,7 +37,7 @@ jobs: name: node steps: - name: Checkout - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.5.2 - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.1 |