Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
e85a72e789 Bump actions/cache from 4 to 5 (#65) 2025-12-12 03:19:41 -05:00

View File

@@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Configure cache - name: Configure cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: | path: |
${{ env.GITHUB_WORKSPACE }} ${{ env.GITHUB_WORKSPACE }}
@@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }} key: ${{ runner.os }}
- name: Install the correct Python version - name: Install the correct Python version
uses: actions/setup-python@v6 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'