@cryptotaxi247 / kubo / commits / a4efea5c7

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...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>

dependabot[bot] committed Sep 25, 2023 at 21:52 UTC a4efea5c76f95438956a43228f32a0cd61960190
1 file changed +1 -1
.github/workflows/gateway-conformance.yml
+1 -1
@@ -142,7 +142,7 @@ jobs:
142 with:
143 name: ${{ github.job }}
144 - name: Checkout kubo-gateway
145 - uses: actions/checkout@v3
145 + uses: actions/checkout@v4
146 with:
147 path: kubo-gateway
148 - name: Build kubo-gateway