Skip to content

Commit

Permalink
Update action versions (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Jun 29, 2023
1 parent e7a7b2a commit b106ff1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/workflow.yml
Expand Up @@ -8,10 +8,7 @@ jobs:
fail-fast: false
matrix:
versions:
- dist: ubuntu-18.04
python: "3.7"
catkin: indigo-devel
- dist: ubuntu-18.04
- dist: ubuntu-20.04
python: "3.8"
catkin: indigo-devel
- dist: ubuntu-20.04
Expand All @@ -32,9 +29,9 @@ jobs:

runs-on: ${{ matrix.versions.dist }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.versions.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.versions.python }}
- name: Install package and dependencies
Expand Down

0 comments on commit b106ff1

Please sign in to comment.