diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-20 20:52:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 20:52:04 +0000 |
commit | 43cf527adb07f4e51db0687b0b590e2d72fa86b9 (patch) | |
tree | 3d408006b4c0e99e7d6b75834028ba1491d99b75 | |
parent | b58d6654924415d20d442e39fb30fc71a9e2cd5d (diff) | |
download | nx-libs-43cf527adb07f4e51db0687b0b590e2d72fa86b9.tar.gz nx-libs-43cf527adb07f4e51db0687b0b590e2d72fa86b9.tar.bz2 nx-libs-43cf527adb07f4e51db0687b0b590e2d72fa86b9.zip |
Bump actions/checkout from 2 to 4dependabot/github_actions/actions/checkout-4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/nx-libs-archs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nx-libs-archs.yml b/.github/workflows/nx-libs-archs.yml index 74936aa12..5a3383af8 100644 --- a/.github/workflows/nx-libs-archs.yml +++ b/.github/workflows/nx-libs-archs.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - uses: uraimo/run-on-arch-action@v2.7.2 name: Build artifact id: build |