Skip to content

Commit

Permalink
πŸ‘· Update CI steps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Oct 4, 2024
1 parent eb1bf3a commit c127cec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-on-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: πŸ“₯ Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: πŸπŸ› οΈ setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand All @@ -29,7 +29,7 @@ jobs:
run: python main.py fetch --relative-month 1

- name: πŸ“€πŸ“¦ Upload file(s) to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: outputs

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: πŸ“₯ Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: πŸπŸ› οΈ setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand All @@ -33,7 +33,7 @@ jobs:
run: python main.py ${{ inputs.cli_args }}

- name: πŸ“€πŸ“¦ Upload file(s) to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: outputs

Expand Down

0 comments on commit c127cec

Please sign in to comment.