Skip to content

Commit

Permalink
[GA] Update actions to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Mar 20, 2024
1 parent 9736c7a commit 5f54514
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
shell: bash
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Initialize Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7

Expand Down Expand Up @@ -60,13 +60,13 @@ jobs:

steps:
- name: Get Source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python 3.7
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Setup pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ matrix.config.cachepath }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit 5f54514

Please sign in to comment.