Skip to content

Commit

Permalink
Merge #54: [GA] Update actions to node20
Browse files Browse the repository at this point in the history
5f54514 [GA] Update actions to node20 (Fuzzbawls)

Pull request description:

  Updates GA's node actions to use node20 versions.

ACKs for top commit:
  Liquid369:
    tACK 5f54514

Tree-SHA512: 60c0c55221d9b00d6f8468412111d6e87b3a3eaecc8fcf879887229fc91fd9670cce3318a70f52af3123474368a50b1b7adad0e43455893caa4057770e7c0ca1
  • Loading branch information
Fuzzbawls committed Apr 5, 2024
2 parents 9736c7a + 5f54514 commit d2534fd
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 d2534fd

Please sign in to comment.