diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e498c52..0803757 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: name: Check track configuration runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Fetch run: bin/fetch-configlet - name: Lint @@ -30,7 +30,7 @@ jobs: name: Check exercises runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # It appears that the Ceylon tests work without having to do setup-java. # If in the future it breaks, try explicitly adding actions/setup-java@v1. # As of Ceylon 1.3.3, I couldn't get Ceylon to work with Java 9, 10, or 11,