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 Aug 14, 2024
1 parent ff85f97 commit b5e9ef9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_wgrib2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
FC: gfortran

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/copy_cansip_grib_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
OBJ_STORE_HOST: ${{ secrets.OBJ_STORE_HOST }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/copy_cmc_grib_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
WGRIB_UTILITY: /usr/local/bin/wgrib2

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/grib_spatial_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
OBJ_STORE_HOST: ${{ secrets.OBJ_STORE_HOST }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_close_listener_deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "COMMIT_SHA=$sha" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout
with:
ref: ${{ env.COMMIT_SHA }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr_open_build_listener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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

- name: Verify tag
Expand All @@ -68,14 +68,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 All @@ -97,7 +97,7 @@ jobs:
environment: dev

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit b5e9ef9

Please sign in to comment.