Skip to content

Commit

Permalink
Merge branch 'master' of github.com:iaxo/iaxo-geometry
Browse files Browse the repository at this point in the history
* 'master' of github.com:iaxo/iaxo-geometry:
  Bump actions/checkout from 2 to 4
  dependabots & codeowners
  • Loading branch information
lobis committed Jan 31, 2024
2 parents 5a3dfba + 2cf73c4 commit ff9a2c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @lobis
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: /
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Run geometry generator
working-directory: ${{github.workspace}}/generator
Expand Down

0 comments on commit ff9a2c2

Please sign in to comment.