From 394d6aeac9890fd03032eb0a52f33ecaa065f4fd Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 17 Nov 2023 10:57:34 +0100 Subject: [PATCH] Pin GitHub Actions workflows to a specific version (#600) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cfcbe7e..553722fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: smalltalk: [Pharo64-11, Pharo64-10, Pharo64-9.0] name: ${{ matrix.smalltalk }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: hpi-swa/setup-smalltalkCI@e5cc24e537e43947b3d458a255ca28b9e914c1a2 with: smalltalk-image: ${{ matrix.smalltalk }}