Skip to content

Commit

Permalink
ci: update checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Oct 15, 2023
1 parent 673c86e commit 8a89bd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
outputs:
changes: ${{ steps.check-changes.changes }}
steps:
- uses: actions/checkout@v2
- uses: ./github/actions/update-versions
- uses: actions/checkout@v3
- uses: ./.github/actions/update-versions
- run: rm install.sh
- id: check-changes
run: echo "changes=$(git status --short | wc -l)" >> "$GITHUB_OUTPUT"
Expand All @@ -23,8 +23,8 @@ jobs:
- check-update
if: needs.check-update.outputs.changes != '0'
steps:
- uses: actions/checkout@v2
- uses: ./github/actions/update-versions
- uses: actions/checkout@v3
- uses: ./.github/actions/update-versions
- run: |
YA_RESOURCES_VERSION=$(curl -s https://api.github.com/repos/golemfactory/ya-installer-resources/releases/latest | jq .name | sed s/v//)
sed -i -E 's/(ARG YA_RESOURCES_VERSION=)\S+/\1${YA_RESOURCES_VERSION}/' docker/Dockerfile
Expand Down

0 comments on commit 8a89bd5

Please sign in to comment.