diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index e8e89515..9e989fd2 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@v3.5.2 + uses: actions/checkout@v4.1.1 - name: Log in to the Container registry uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b with: diff --git a/.github/workflows/oplab_pipeline.yml b/.github/workflows/oplab_pipeline.yml index 9527ebff..80533995 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@v3.5.2 + - uses: actions/checkout@v4.1.1 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 8689c869..2f3224c6 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@v3.5.2 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Get previous tag @@ -28,7 +28,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Set up Python