Skip to content

Commit

Permalink
Update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Mar 5, 2024
1 parent 2cfa23c commit 467f32f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
- name: Checkout gh-pages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
path: data/gh-pages
- name: Override out_path
run: |
echo ./gh-pages/data > data/.out_path_override
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Windows dependencies
Expand All @@ -40,7 +40,7 @@ jobs:
# Make sure git clean doesn't fail on long paths.
git config --system core.longpaths true
- name: Cache Python dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: v2-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('.github/workflows/deploy.yml') }}
Expand Down

0 comments on commit 467f32f

Please sign in to comment.