diff --git a/.github/workflows/docker_image_for_main_builds.yml b/.github/workflows/docker_image_for_main_builds.yml index b9c94a0b3..b6da797d7 100644 --- a/.github/workflows/docker_image_for_main_builds.yml +++ b/.github/workflows/docker_image_for_main_builds.yml @@ -43,7 +43,7 @@ jobs: packages: write steps: - name: Check out the repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Log in to the Container registry uses: docker/login-action@v2.1.0 with: @@ -84,7 +84,7 @@ jobs: packages: write steps: - name: Check out the repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Log in to the Container registry uses: docker/login-action@v2.1.0 with: