@@ -12,15 +12,15 @@ jobs:
1212 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1313 steps :
1414 - name : Install babashka
15- uses : DeLaGuardo/setup-clojure@13.4
15+ uses : DeLaGuardo/setup-clojure@13.6.0
1616 with :
17- bb : 1.12.200
17+ bb : 1.12.217
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 - name : Generate manifest
2121 run : bb run manifest target/docker.manifest
2222 - name : Upload manifest artifact
23- uses : actions/upload-artifact@v4
23+ uses : actions/upload-artifact@v7
2424 with :
2525 name : manifest
2626 path : target/docker.manifest
@@ -32,12 +32,12 @@ jobs:
3232 diff : ${{ steps.manifest-diff.outputs.diff }}
3333 steps :
3434 - name : Checkout docker-library/official-images repo
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636 with :
3737 repository : docker-library/official-images
3838 path : official-images
3939 - name : Download manifest artifact
40- uses : actions/download-artifact@v4
40+ uses : actions/download-artifact@v8
4141 with :
4242 name : manifest
4343 - name : Compare manifest files
@@ -50,11 +50,11 @@ jobs:
5050 if : contains(needs.compare-manifests.outputs.diff, 'differ')
5151 steps :
5252 - name : Download manifest artifact
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@v8
5454 with :
5555 name : manifest
5656 - name : Checkout docker-library/official-images repo
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v6
5858 with :
5959 repository : docker-library/official-images
6060 path : official-images
6767 github-username : ${{ github.actor }}
6868 token : ${{ secrets.API_TOKEN_GITHUB }}
6969 - name : Open official-images pull request
70- uses : peter-evans/create-pull-request@v7
70+ uses : peter-evans/create-pull-request@v8
7171 with :
7272 token : ${{ secrets.API_TOKEN_GITHUB }}
7373 path : official-images
0 commit comments