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
3 changed files with 14 additions and 4 deletions
+3 -3
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
+1 -1
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