Go implementation of pdsadmin cli

Bump actions/checkout from 3 to 4 (#3)

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-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
83652e16 61fcd188

+1 -1
+1 -1
.github/workflows/build-and-push-ghcr.yaml
··· 24 24 25 25 steps: 26 26 - name: Checkout repository 27 - uses: actions/checkout@v3 27 + uses: actions/checkout@v4 28 28 29 29 - name: Setup Docker buildx 30 30 uses: docker/setup-buildx-action@v2