Skip to content

Commit

Permalink
CI/CD: Update Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Feb 25, 2024
1 parent 66647e3 commit 24b5ea5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
arch: x86
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: ${{ matrix.arch }}
Expand All @@ -42,8 +42,8 @@ jobs:
# name: Python 3.3.7 on ubuntu-18.04 x64
# runs-on: ubuntu-18.04
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-python@v4
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: '3.3.7'
# architecture: x64
Expand All @@ -63,11 +63,11 @@ jobs:
# name: Python 3.3.7 on macos-11 x64
# runs-on: macos-11
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4

# - name: Check pyenv
# id: check-pyenv
# uses: actions/cache@v3
# uses: actions/cache@v4
# with:
# path: ~/.pyenv
# key: macos-11-3.3-pyenv
Expand Down Expand Up @@ -96,11 +96,11 @@ jobs:
- 'x86'
- 'x64'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache Python
id: cache-python
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/AppData/Local/Python3.3-${{ matrix.arch }}
key: windows-2019-python-3.3-${{ matrix.arch }}
Expand Down

0 comments on commit 24b5ea5

Please sign in to comment.