Update GitHub Actions dependencies and enable Dependabot

Dependabot will keep these action dependencies updated with pull
requests
This commit is contained in:
xxyzz 2025-09-08 17:06:30 +08:00
parent 12ac83c87f
commit d86e6043aa
No known key found for this signature in database
GPG Key ID: 871F967CFB4267E5
3 changed files with 14 additions and 4 deletions

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
actions:
patterns:
- "*"

View File

@ -12,13 +12,13 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v5
with:
fetch-depth: 10
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v6
with:
python-version: "3.10"
@ -51,7 +51,7 @@ jobs:
pacman -S --noconfirm tar
- name: Checkout source code
uses: actions/checkout@master
uses: actions/checkout@v5
with:
fetch-depth: 10

View File

@ -21,7 +21,7 @@ jobs:
pacman -S --noconfirm tar
- name: Checkout source code
uses: actions/checkout@master
uses: actions/checkout@v5
with:
fetch-depth: 2
persist-credentials: false