Skip to content

Commit 7475432

Browse files
dependabot[bot]xuwei-k
authored andcommitted
Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62cf6af commit 7475432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sbt -v build
3333
- run: find . -name "*.class" | xargs rm -rf
3434
- run: find . -name target | xargs rm -rf
35-
- uses: JamesIves/github-pages-deploy-action@v4.7.3
35+
- uses: JamesIves/github-pages-deploy-action@v4.7.4
3636
if: ${{ github.repository_owner == 'xuwei-k' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
3737
with:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)