diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2174f4..2d8b03d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,3 +28,12 @@ jobs: - name: 'Test Action' uses: 'google-github-actions/test-action@v1.0.0' # ratchet:exclude + + - name: 'Test Action' + uses: 'google-github-actions/test-action@v1.0.1' # ratchet:exclude + + - name: 'Test Action' + uses: 'google-github-actions/test-action@v2.0.0' # ratchet:exclude + + - name: 'Test Action' + uses: 'google-github-actions/test-action@v2.0.1' # ratchet:exclude