|
20 | 20 | name: Containers |
21 | 21 | runs-on: ubuntu-latest |
22 | 22 | steps: |
23 | | - - uses: actions/checkout@v4 |
| 23 | + - uses: actions/checkout@v6 |
24 | 24 | - uses: docker/setup-buildx-action@v3 |
25 | 25 | - uses: docker/login-action@v3 |
26 | 26 | with: |
|
39 | 39 | outputs: |
40 | 40 | generated-semver: ${{ steps.semantic-version.outputs.generated-semver }} |
41 | 41 | steps: |
42 | | - - uses: actions/checkout@v4 |
43 | | - - uses: actions/setup-python@v5 |
| 42 | + - uses: actions/checkout@v6 |
| 43 | + - uses: actions/setup-python@v6 |
44 | 44 | - name: Install jq |
45 | 45 | run: | |
46 | 46 | sudo apt-get install --yes jq |
@@ -73,10 +73,10 @@ jobs: |
73 | 73 | if: github.event_name == 'pull_request' |
74 | 74 | needs: [containers, helm] |
75 | 75 | steps: |
76 | | - - uses: actions/checkout@v4 |
| 76 | + - uses: actions/checkout@v6 |
77 | 77 | - name: Cache Sample Data (Restore) |
78 | 78 | id: cache-sample-data-restore |
79 | | - uses: actions/cache/restore@v4 |
| 79 | + uses: actions/cache/restore@v5 |
80 | 80 | with: |
81 | 81 | path: ${{ github.workspace }}/cache/ref-config |
82 | 82 | key: ${{ runner.os }}-sample-data |
|
89 | 89 | with: |
90 | 90 | mount-path: '${{ github.workspace }}/cache/ref-config:/cache/ref-config' |
91 | 91 | - name: Set up Helm |
92 | | - uses: azure/setup-helm@v4.3.0 |
| 92 | + uses: azure/setup-helm@v4.3.1 |
93 | 93 | - name: Install Chart |
94 | 94 | run: | |
95 | 95 | helm install test oci://ghcr.io/climate-ref/charts/ref \ |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | kubectl exec deployment/test-ref-orchestrator -- ref datasets fetch-data --registry sample-data --output-directory /ref/sample-data |
119 | 119 |
|
120 | 120 | - name: Cache Sample Data (Save) |
121 | | - uses: actions/cache/save@v4 |
| 121 | + uses: actions/cache/save@v5 |
122 | 122 | with: |
123 | 123 | path: ${{ github.workspace }}/cache/ref-config |
124 | 124 | key: ${{ runner.os }}-sample-data |
|
0 commit comments