Skip to content

Commit

Permalink
build: update versions for various workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 18, 2024
1 parent 801d1e6 commit d566a24
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_mkdocs_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-odkcentral:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.6.0
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@2.0.8
with:
image_name: ghcr.io/${{ github.repository }}/mkdocs
dockerfile: images/mkdocs/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
publish_docs:
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@1.6.0
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@2.0.8
2 changes: 1 addition & 1 deletion .github/workflows/remote_deploy_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "GIT_BRANCH=${GIT_BRANCH}" >> .env
echo "TAG_OVERRIDE=${TAG_OVERRIDE}" >> .env
- uses: webfactory/ssh-agent@v0.8.0
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: "${{ secrets.SSH_PRIVATE_KEY }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

# Build the test image if required (unless `inputs.image_name` is set)
test-img-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.6.0
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@2.0.8
needs: [check-img-cache]
# Only build if no cached image is found
if: ${{ inputs.image_name != '' && needs.check-img-cache.outputs.cache-hit != 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
key: image-cache-${{ runner.os }}

test-img-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.6.0
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@2.0.8
needs: [check-img-cache]
if: ${{ needs.check-img-cache.outputs.cache-hit != 'true' }}
with:
Expand Down

0 comments on commit d566a24

Please sign in to comment.