Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent c4bf2a9 commit 3c798d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_daily_pipeline_cron_mamba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_pipeline_auto_fill_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_run_container_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 3c798d4

Please sign in to comment.