diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 78780e90..2774e49f 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -19,7 +19,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Log in to the Container registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: diff --git a/.github/workflows/oplab_pipeline.yml b/.github/workflows/oplab_pipeline.yml index a4194b81..9050caa6 100644 --- a/.github/workflows/oplab_pipeline.yml +++ b/.github/workflows/oplab_pipeline.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Display git tag version diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 99f5f5d8..33beb1b4 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -19,7 +19,7 @@ jobs: outputs: previous-tag: ${{ steps.previoustag.outputs.tag }} steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Get previous tag @@ -28,7 +28,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Set up Python