Upgrade GitHub Actions actions

And set up dependabot to take care of them in the future.
This commit is contained in:
Michael Käufl 2022-11-18 10:04:50 +01:00
parent a0b2ac0e8f
commit ea4ffccad0
No known key found for this signature in database
GPG Key ID: 30274591B981122A
2 changed files with 8 additions and 2 deletions

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly

View File

@ -23,10 +23,10 @@ jobs:
- "3.11"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}