2828 packages : write
2929 if : github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
3030 steps :
31- - uses : actions/checkout@v3.3 .0
31+ - uses : actions/checkout@v3.5 .0
3232 with :
3333 fetch-depth : 0
3434 - name : Set .env
4343 uses : docker/setup-qemu-action@v2.1.0
4444 - name : Set up Docker Buildx
4545 id : buildx
46- uses : docker/setup-buildx-action@v2.4.1
46+ uses : docker/setup-buildx-action@v2.5.0
4747 - run : echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
4848 env :
4949 HEAD_REF : ${{github.head_ref}}
@@ -114,7 +114,7 @@ jobs:
114114 needs : deploy_docker_image
115115 if : always() && (needs.deploy_docker_image.result == 'success' || (github.event_name == 'pull_request' && github.event.action == 'closed'))
116116 steps :
117- - uses : actions/checkout@v3.3 .0
117+ - uses : actions/checkout@v3.5 .0
118118 with :
119119 fetch-depth : 0
120120 ref : ${{ github.event.pull_request.head.sha }}
@@ -132,11 +132,11 @@ jobs:
132132 update-dockle :
133133 runs-on : ubuntu-latest
134134 steps :
135- - uses : actions/checkout@v3.3 .0
135+ - uses : actions/checkout@v3.5 .0
136136 with :
137137 fetch-depth : 0
138138 ref : ${{ github.event.pull_request.head.sha }}
139- - uses : dev-hato/actions-update-dockle@v0.0.43
139+ - uses : dev-hato/actions-update-dockle@v0.0.47
140140 with :
141141 github-token : ${{secrets.GITHUB_TOKEN}}
142142
@@ -149,7 +149,7 @@ jobs:
149149 DOCKER_CONTENT_TRUST : 1
150150 REPOSITORY : ${{github.repository}}
151151 steps :
152- - uses : actions/checkout@v3.3 .0
152+ - uses : actions/checkout@v3.5 .0
153153 - run : bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
154154 env :
155155 HEAD_REF : ${{github.head_ref || github.event.release.tag_name}}
0 commit comments