Skip to content

Commit

Permalink
Update gen_from_json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroO2000 authored Mar 13, 2024
1 parent 4c94fd0 commit cc3d309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gen_from_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "CSV_FILE=$(echo ${{ env.ARTIFACT_DIR }})/$(echo $file).csv" >> $GITHUB_ENV
- name: Download latest jsodbc release
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "squadracorsepolito/jsondbc"
latest: true
Expand All @@ -74,13 +74,13 @@ jobs:
out-file-path: "jsondbc"

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Cache pip packages
id: pip-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-python${{ env.PYTHON_VERSION }}
Expand Down

0 comments on commit cc3d309

Please sign in to comment.