Skip to content

Commit

Permalink
Add dependabot.yml for Github Actions updates
Browse files Browse the repository at this point in the history
And save it some work and update Actions to latest versions.
  • Loading branch information
eht16 committed Feb 12, 2024
1 parent 25f2ecf commit 39f9908
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
# Before applying suggested PRs, make sure that the new versions of any
# updated actions are allowed in
# https://github.com/organizations/geany/settings/actions
# Versions are pinned and restricted for security reasons.
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
fail-fast: false

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

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-22.04

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit 39f9908

Please sign in to comment.