Skip to content

Commit

Permalink
Merge pull request #2494 from cta-observatory/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/JamesIves/github-pages-deploy-action-4.5.0

Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.5.0
  • Loading branch information
maxnoe authored Jan 16, 2024
2 parents bc34a59 + 1344282 commit bf87819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Deploy to github pages
# only run on push to master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit bf87819

Please sign in to comment.