Skip to content

Commit

Permalink
Revert "chore: update checkouts action"
Browse files Browse the repository at this point in the history
This reverts commit a59b9ab.
  • Loading branch information
charles-cooper committed May 7, 2023
1 parent d8e72b1 commit 4b2b390
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
# grab the commit passed in via `tag`, if any
ref: ${{ github.event.inputs.tag }}
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
# grab the commit passed in via `tag`, if any
ref: ${{ github.event.inputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: Python
uses: actions/setup-python@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v1

- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v1

- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v1

- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand All @@ -82,7 +82,7 @@ jobs:
name: py${{ matrix.python-version[1] }}-${{ matrix.flag }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v1

- name: Set up Python ${{ matrix.python-version[0] }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v1

- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v1

- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand Down

0 comments on commit 4b2b390

Please sign in to comment.