diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5bec7a..e8b67c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index bb84387..a62257d 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@v3