Update CImg to v.3.3.6

This commit is contained in:
GitHub Actions 2024-06-03 00:28:47 +00:00
parent a5b9c64c7a
commit 4d21a05d80
2 changed files with 337 additions and 287 deletions

View file

@ -23,7 +23,7 @@ jobs:
name: Update CImg.h name: Update CImg.h
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: check-version 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
name: Checkout this repository name: Checkout this repository
@ -36,7 +36,7 @@ jobs:
location: 'src' location: 'src'
- name: Commit new CImg version (and update script) - name: Commit new CImg version (and update script)
run: | 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.name 'GitHub Actions'
git config user.email 'actions@github.com' git config user.email 'actions@github.com'
git commit -am "Update CImg to ${{ needs.check-version.outputs.latest-tag }}" git commit -am "Update CImg to ${{ needs.check-version.outputs.latest-tag }}"

File diff suppressed because it is too large Load diff