diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 537ae66..aebcbce 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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,