@@ -39,28 +39,28 @@ jobs:
3939 packages : write
4040 steps :
4141 - name : Checkout code
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343 - name : Set up QEMU
44- uses : docker/setup-qemu-action@v2
44+ uses : docker/setup-qemu-action@v3
4545 - name : Set up Docker Buildx
46- uses : docker/setup-buildx-action@v2
46+ uses : docker/setup-buildx-action@v3
4747 - name : Login to DockerHub
48- uses : docker/login-action@v2
48+ uses : docker/login-action@v3
4949 with :
5050 registry : ghcr.io
5151 username : ${{ github.actor }}
5252 password : ${{ secrets.GITHUB_TOKEN }}
5353 - name : Docker meta
5454 id : meta
55- uses : docker/metadata-action@v4
55+ uses : docker/metadata-action@v5
5656 with :
5757 images : ghcr.io/ESMCI/cime
5858 tags : |
5959 type=raw,value=latest,enable=${{ github.event_name == 'push' }}
6060 type=ref,event=pr,enable=${{ github.event_name == 'pull_request' }}
6161 type=sha,format=long
6262 - name : Build and push
63- uses : docker/build-push-action@v3
63+ uses : docker/build-push-action@v6
6464 with :
6565 target : base
6666 context : docker/
7676 timeout-minutes : 2
7777 steps :
7878 - name : Checkout code
79- uses : actions/checkout@v2
79+ uses : actions/checkout@v3
8080 - name : Set up python
8181 uses : actions/setup-python@v2
8282 with :
@@ -102,7 +102,7 @@ jobs:
102102 python-version : ['3.8', '3.9', '3.10']
103103 steps :
104104 - name : Checkout code
105- uses : actions/checkout@v2
105+ uses : actions/checkout@v3
106106 - name : Run tests
107107 shell : bash
108108 env :
@@ -149,7 +149,7 @@ jobs:
149149 driver : " mct"
150150 steps :
151151 - name : Checkout code
152- uses : actions/checkout@v2
152+ uses : actions/checkout@v3
153153 - name : Cache inputdata
154154 uses : actions/cache@v2
155155 with :
0 commit comments