Skip to content

Commit

Permalink
Bump versions of various github actions components
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 15, 2022
1 parent feeee93 commit 53ae55e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
name: Flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
-
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: "Main Script"
Expand All @@ -26,7 +26,7 @@ jobs:
name: Flake8 on Generated Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: "Main Script"
run: |
curl -L -O https://tiker.net/ci-support-v0
Expand All @@ -48,7 +48,7 @@ jobs:
env:
PYTHON_VERSION: ${{ matrix.python_version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: "Main Script"
run: |
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
Expand All @@ -63,7 +63,7 @@ jobs:
# name: Examples Conda Py
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v3
# - name: "Main Script"
# run: |
# curl -L -O https://tiker.net/ci-support-v0
Expand All @@ -75,9 +75,9 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
-
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: "Main Script"
Expand All @@ -95,7 +95,7 @@ jobs:
name: Tests for downstream project ${{ matrix.downstream_project }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: "Main Script"
env:
DOWNSTREAM_PROJECT: ${{ matrix.downstream_project }}
Expand Down

0 comments on commit 53ae55e

Please sign in to comment.