We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a48b30 commit 68b91a4Copy full SHA for 68b91a4
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
if: needs.changes.outputs.should-run-tests == 'true'
42
name: Tests
43
runs-on: ubuntu-22.04
44
- container: ghcr.io/runatlantis/testing-env:latest@sha256:59a03e779b51ba3ef13f5d61a8875dd41028b94b077975853a5f97a81e7b545a
+ container: ghcr.io/runatlantis/testing-env:latest@sha256:74fb8d02c8a4dc3a1e330b8347ea9bd18039af4a4103fbd813c9ec65e40b480c
45
steps:
46
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
47
0 commit comments