Skip to content

Commit 8c47238

Browse files
authored
Merge pull request #495 from Climate-REF/dependabot/github_actions/github-actions-7d463c6aa0
2 parents 49d36b2 + 850c823 commit 8c47238

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/packaging.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Containers
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- uses: docker/setup-buildx-action@v3
2525
- uses: docker/login-action@v3
2626
with:
@@ -39,8 +39,8 @@ jobs:
3939
outputs:
4040
generated-semver: ${{ steps.semantic-version.outputs.generated-semver }}
4141
steps:
42-
- uses: actions/checkout@v4
43-
- uses: actions/setup-python@v5
42+
- uses: actions/checkout@v6
43+
- uses: actions/setup-python@v6
4444
- name: Install jq
4545
run: |
4646
sudo apt-get install --yes jq
@@ -73,10 +73,10 @@ jobs:
7373
if: github.event_name == 'pull_request'
7474
needs: [containers, helm]
7575
steps:
76-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v6
7777
- name: Cache Sample Data (Restore)
7878
id: cache-sample-data-restore
79-
uses: actions/cache/restore@v4
79+
uses: actions/cache/restore@v5
8080
with:
8181
path: ${{ github.workspace }}/cache/ref-config
8282
key: ${{ runner.os }}-sample-data
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
mount-path: '${{ github.workspace }}/cache/ref-config:/cache/ref-config'
9191
- name: Set up Helm
92-
uses: azure/setup-helm@v4.3.0
92+
uses: azure/setup-helm@v4.3.1
9393
- name: Install Chart
9494
run: |
9595
helm install test oci://ghcr.io/climate-ref/charts/ref \
@@ -118,7 +118,7 @@ jobs:
118118
kubectl exec deployment/test-ref-orchestrator -- ref datasets fetch-data --registry sample-data --output-directory /ref/sample-data
119119
120120
- name: Cache Sample Data (Save)
121-
uses: actions/cache/save@v4
121+
uses: actions/cache/save@v5
122122
with:
123123
path: ${{ github.workspace }}/cache/ref-config
124124
key: ${{ runner.os }}-sample-data

0 commit comments

Comments
 (0)