Skip to content

Commit

Permalink
update actions/checkout, add dependabot
Browse files Browse the repository at this point in the history
- actions/checkout v2 => v3
- dependabot for gh workflows
  • Loading branch information
rrotter committed Aug 26, 2023
1 parent 6b1034c commit e7dffaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: |
docker-compose --file docker-compose.test.yml build
Expand Down

0 comments on commit e7dffaf

Please sign in to comment.