Skip to content

Commit

Permalink
Update ci and dependabot (#1)
Browse files Browse the repository at this point in the history
* Update ci.yml
* Add dependabot for gh actions
  • Loading branch information
simonsso authored May 21, 2024
1 parent a842fee commit 0cbd9dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/.github/workflows/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: eden-snapshot-full
path: eden-snapshot-full
- name: Deploy release log branch
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: release_doc/
Expand Down

0 comments on commit 0cbd9dd

Please sign in to comment.