diff --git a/.github/workflows/version_handling.yml b/.github/workflows/version_handling.yml index 6977c48..5cc4882 100644 --- a/.github/workflows/version_handling.yml +++ b/.github/workflows/version_handling.yml @@ -16,7 +16,7 @@ jobs: version: ['v0.7.0', 'v0.8.0', 'v0.12.0', 'rc', 'latest', 'devel', 'release-0.8', 'release-0.12'] steps: - name: Check out the repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Download and install subctl run: VERSION="${{ matrix.version }}" ./getsubctl.sh