From 3c798d444d6c1346af629dc45e8431c442a706d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:14:49 +0000 Subject: [PATCH] chore(deps): update github actions all dependencies --- .github/workflows/pr_open.yaml | 6 +++--- .github/workflows/run_daily_pipeline_cron_mamba.yaml | 2 +- .github/workflows/run_pipeline_auto_fill_data.yaml | 4 ++-- .github/workflows/test_run_container_image.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr_open.yaml b/.github/workflows/pr_open.yaml index 29e2ea4..b4b8409 100644 --- a/.github/workflows/pr_open.yaml +++ b/.github/workflows/pr_open.yaml @@ -85,7 +85,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: checkout # with: # fetch-depth: 0 @@ -100,14 +100,14 @@ jobs: echo event number is: ${{ github.event.number }} - name: Log in to GitHub Docker Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Client Docker Image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 env: IMAGE_TAG: ${{ needs.CalculateImageTags.outputs.imagetag }} diff --git a/.github/workflows/run_daily_pipeline_cron_mamba.yaml b/.github/workflows/run_daily_pipeline_cron_mamba.yaml index 3ddf2d5..614c6d7 100644 --- a/.github/workflows/run_daily_pipeline_cron_mamba.yaml +++ b/.github/workflows/run_daily_pipeline_cron_mamba.yaml @@ -29,7 +29,7 @@ jobs: SNOWPACK_ENVS_PTH: ./env.yaml steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: checkout with: fetch-depth: 0 diff --git a/.github/workflows/run_pipeline_auto_fill_data.yaml b/.github/workflows/run_pipeline_auto_fill_data.yaml index c983f10..3ba6bf9 100644 --- a/.github/workflows/run_pipeline_auto_fill_data.yaml +++ b/.github/workflows/run_pipeline_auto_fill_data.yaml @@ -15,7 +15,7 @@ jobs: defaults: run: shell: bash - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 continue-on-error: true environment: PROD env: @@ -31,7 +31,7 @@ jobs: matrix: ${{ steps.identify-dates-to-run.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: checkout with: fetch-depth: 0 diff --git a/.github/workflows/test_run_container_image.yaml b/.github/workflows/test_run_container_image.yaml index 93285e4..1b00eb6 100644 --- a/.github/workflows/test_run_container_image.yaml +++ b/.github/workflows/test_run_container_image.yaml @@ -28,7 +28,7 @@ jobs: EARTHDATA_PASS: ${{ secrets.EARTHDATA_PASS }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: checkout with: fetch-depth: 0 @@ -37,7 +37,7 @@ jobs: # uses: docker/setup-docker@v2 - name: Log in to GHCR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}