Skip to content

Commit

Permalink
Update CImg to v.3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 3, 2024
1 parent e5787c0 commit a18c4e6
Show file tree
Hide file tree
Showing 2 changed files with 1,011 additions and 802 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.3' }}
if: ${{ needs.check-version.outputs.latest-tag != 'v.3.3.4' }}
steps:
- uses: actions/checkout@v4
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.3/${{ needs.check-version.outputs.latest-tag }}/' .github/workflows/cimg.yml
sed -i 's/v.3.3.4/${{ 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

0 comments on commit a18c4e6

Please sign in to comment.