diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-04 19:08:17 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-09-04 15:38:38 -0400 |
| commit | 664903a16a2ba4ba12fa8b7147b7e462062b2b60 (patch) | |
| tree | 34c726d2d7f1a6ffe7f1a1e56e943c33c7334220 /.github/workflows/static.yml | |
| parent | d5cf4c20c5259f7f15915f74f0941dc2b18d46a5 (diff) | |
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...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>
Diffstat (limited to '.github/workflows/static.yml')
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8f5c5a2e..832eacd4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: cache: npm |
