Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Oct 13, 2022
1 parent 96e7f0e commit b6f5686
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- linux: packaged
asdf-schemas:
name: ${{ matrix.package_name }}@${{ matrix.ref }} unit tests
name: ${{ matrix.package_name }} tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -130,20 +130,20 @@ jobs:
test_command: pytest
steps:
- name: Checkout asdf
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
path: asdf
- name: Checkout ${{ matrix.package_name }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: ${{ matrix.repository }}
ref: ${{ matrix.ref }}
path: target
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install asdf
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,20 @@ jobs:
test_command: pytest
steps:
- name: Checkout asdf
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
path: asdf
- name: Checkout ${{ matrix.package_name }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: ${{ matrix.repository }}
ref: ${{ matrix.ref }}
path: target
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install asdf
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-18.04
if: (github.repository == 'asdf-format/asdf' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 's390x')))
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- uses: uraimo/[email protected].0
- uses: uraimo/[email protected].1
name: Run tests
id: build
with:
Expand Down

0 comments on commit b6f5686

Please sign in to comment.