diff options
author | 2023-09-05 10:35:37 +0100 | |
---|---|---|
committer | 2023-09-05 10:35:37 +0100 | |
commit | 0e029ac4cb452e5a1e2756f13a81d9497628560b (patch) | |
tree | c3484fe20f5671df015b3612087dd7b66bb283c1 /.github/workflows/static-preview.yaml | |
parent | Bump coverallsapp/github-action from 2.2.1 to 2.2.2 (#1093) (diff) |
Bump actions/checkout from 3 to 4 (#1092)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/static-preview.yaml')
-rw-r--r-- | .github/workflows/static-preview.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-preview.yaml b/.github/workflows/static-preview.yaml index 277a0ffa..538fbb98 100644 --- a/.github/workflows/static-preview.yaml +++ b/.github/workflows/static-preview.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 |