Skip to content

Commit

Permalink
Bump Github actions (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed May 7, 2024
1 parent c900d0a commit 37b2aee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/boundary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup env
run: |
Expand All @@ -21,7 +21,7 @@ jobs:
sudo chown $USER /data/work/$USER /data/work/$USER/cache
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
flex \
bison
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup env
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
cd modules/osm_pbf_parser && make && cd ../../
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
flex \
bison
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup env
run: |
Expand All @@ -109,7 +109,7 @@ jobs:
cd modules/osm_pbf_parser && make && cd ../../
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
flex \
bison
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup env
run: |
Expand All @@ -186,7 +186,7 @@ jobs:
cd modules/osm_pbf_parser && make && cd ../../
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/poly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit 37b2aee

Please sign in to comment.