Skip to content

Commit

Permalink
Add dependabot and update actions/checkout to v4 (#678)
Browse files Browse the repository at this point in the history
* Add dependabot and update actions/checkout to v4

* Fix permissions for reviewdog
  • Loading branch information
ararslan authored Jul 2, 2024
1 parent d7e4dca commit 1abeaf0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
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: "/" # Location of package manifests
schedule:
interval: "weekly"
9 changes: 6 additions & 3 deletions .github/workflows/blue_style_formatter.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Format suggestions

on:
pull_request:

permissions:
contents: read
checks: write
issues: write
pull-requests: write
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_apis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand Down

0 comments on commit 1abeaf0

Please sign in to comment.