From 2e18e23fce3e7bc76cfb125b4a75acd091c84347 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sun, 18 Feb 2024 14:50:29 +0900 Subject: [PATCH] Remove needless checkout action in usage It is only required to this repo, because of loading own code... --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d687d4e4..946da621 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ jobs: - name: Dependabot metadata id: metadata uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 # v1.6.0 - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Wait for other jobs to pass or fail if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}} uses: kachick/wait-other-jobs@fe30bb3fc06912519e744b0eaa638f17a9953685 # v2.0.2 @@ -116,7 +115,6 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor == 'renovate[bot]' }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Wait for other jobs to pass or fail uses: kachick/wait-other-jobs@fe30bb3fc06912519e744b0eaa638f17a9953685 # v2.0.2 timeout-minutes: 10