Skip to content

Commit

Permalink
Merge pull request #115 from rhaist/patch-1
Browse files Browse the repository at this point in the history
Update Index creation to latest github actions
  • Loading branch information
CyberMonitor authored Jun 25, 2024
2 parents afec6e2 + a127c7a commit fbc2279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:

steps:
- name: Checkout target repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- run: pip install -r index/requirements.txt --upgrade
- run: python index/generate_index.py

- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-Update index.csv
file_pattern: index.csv

0 comments on commit fbc2279

Please sign in to comment.