Skip to content

Commit

Permalink
Update Github checkout and cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
lamle-ea committed Oct 31, 2024
1 parent f7b2c9b commit 793357f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
crawl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v5
Expand All @@ -28,7 +28,7 @@ jobs:
uses: dschep/install-pipenv-action@v1

- name: Cache Python dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: .venv
key: pip-3.11-${{ hashFiles('**/Pipfile.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: [3.11]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand All @@ -29,7 +29,7 @@ jobs:
uses: dschep/install-pipenv-action@v1

- name: Cache Python dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: .venv
key: pip-${{ matrix.python-version }}-${{ hashFiles('**/Pipfile.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
crawl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v5
Expand All @@ -34,7 +34,7 @@ jobs:
uses: dschep/install-pipenv-action@v1

- name: Cache Python dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: .venv
key: pip-3.11-${{ hashFiles('**/Pipfile.lock') }}
Expand Down

0 comments on commit 793357f

Please sign in to comment.