diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 839da0e..91e5b60 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout ICAT Ansible - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Run apt update run: sudo apt-get update