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.1 .0
31+ - uses : actions/checkout@v3.3 .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.2 .1
46+ uses : docker/setup-buildx-action@v2.4 .1
4747 - run : echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
4848 env :
4949 HEAD_REF : ${{github.head_ref}}
@@ -100,7 +100,7 @@ jobs:
100100 - name : Start docker
101101 env :
102102 DOCKER_CONTENT_TRUST : 1
103- run : bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/deploy_docker_image/test.sh"
103+ run : docker compose up -d --wait
104104
105105 # .python-version をDockerイメージと同期させる
106106 update-version-python-version :
@@ -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.1 .0
117+ - uses : actions/checkout@v3.3 .0
118118 with :
119119 fetch-depth : 0
120120 ref : ${{ github.event.pull_request.head.sha }}
@@ -123,7 +123,7 @@ jobs:
123123 run : bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
124124 env :
125125 HEAD_REF : ${{github.head_ref || github.event.release.tag_name}}
126- - uses : dev-hato/actions-diff-pr-management@v1.1.1
126+ - uses : dev-hato/actions-diff-pr-management@v1.1.3
127127 with :
128128 github-token : ${{secrets.GITHUB_TOKEN}}
129129 branch-name-prefix : fix-version-python-version
@@ -132,14 +132,13 @@ jobs:
132132 update-dockle :
133133 runs-on : ubuntu-latest
134134 steps :
135- - uses : actions/checkout@v3.1 .0
135+ - uses : actions/checkout@v3.3 .0
136136 with :
137137 fetch-depth : 0
138138 ref : ${{ github.event.pull_request.head.sha }}
139- - uses : dev-hato/actions-update-dockle@v0.0.33
139+ - uses : dev-hato/actions-update-dockle@v0.0.43
140140 with :
141141 github-token : ${{secrets.GITHUB_TOKEN}}
142- repo-name : dev-hato/hato-bot
143142
144143 dockle :
145144 runs-on : ubuntu-latest
@@ -150,7 +149,7 @@ jobs:
150149 DOCKER_CONTENT_TRUST : 1
151150 REPOSITORY : ${{github.repository}}
152151 steps :
153- - uses : actions/checkout@v3.1 .0
152+ - uses : actions/checkout@v3.3 .0
154153 - run : bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
155154 env :
156155 HEAD_REF : ${{github.head_ref || github.event.release.tag_name}}
0 commit comments