Skip to content

Commit e27f3d2

Browse files
Merge pull request #56 from aboutcode-org/update-github-actions-ci
Update GitHub CI to latest actions/python
2 parents 522d21b + 19ae540 commit e27f3d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/daily-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
shell: bash
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.8
22+
python-version: 3.12
2323

2424
- name: Run script
2525
run: ./etc/scripts/check_commit_run_update.sh

0 commit comments

Comments
 (0)