Skip to content

Commit

Permalink
Update CImg to v.3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 3, 2024
1 parent a5b9c64 commit 4d21a05
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 287 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cimg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Update CImg.h
runs-on: ubuntu-latest
needs: check-version
if: ${{ needs.check-version.outputs.latest-tag != 'v.3.3.5' }}
if: ${{ needs.check-version.outputs.latest-tag != 'v.3.3.6' }}
steps:
- uses: actions/checkout@v2
name: Checkout this repository
Expand All @@ -36,7 +36,7 @@ jobs:
location: 'src'
- name: Commit new CImg version (and update script)
run: |
sed -i 's/v.3.3.5/${{ needs.check-version.outputs.latest-tag }}/' .github/workflows/cimg.yml
sed -i 's/v.3.3.6/${{ needs.check-version.outputs.latest-tag }}/' .github/workflows/cimg.yml
git config user.name 'GitHub Actions'
git config user.email '[email protected]'
git commit -am "Update CImg to ${{ needs.check-version.outputs.latest-tag }}"
Expand Down
Loading

0 comments on commit 4d21a05

Please sign in to comment.