Skip to content

Commit bc7b597

Browse files
erictheiseRub21
andauthored
Release overpass-turbo v2.1.11 (#704)
* Release overpass-turbo v2.1.11 * No need to change the bucket name --------- Co-authored-by: Rub21 <rub2106@gmail.com>
1 parent ce016ef commit bc7b597

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/frontend-overpass.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Cancel Previous Runs
18-
uses: styfle/cancel-workflow-action@0.8.0
18+
uses: styfle/cancel-workflow-action@0.13.0
1919
with:
2020
access_token: ${{ github.token }}
2121

@@ -36,15 +36,15 @@ jobs:
3636
CLOUDFRONT_DISTRIBUTION_ID: E24URY7SKM2LDD
3737

3838
- name: Setup Node.js
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version: "20.x"
4242

4343
- name: Checkout overpass-turbo repo
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
with:
4646
repository: OpenHistoricalMap/overpass-turbo
47-
ref: 7a9c4bb794b2367970c052fbfb73dc7254e13455
47+
ref: a64d500abc82744613b77bbb362e2cee98648d59
4848
path: overpass-turbo
4949

5050
- name: Enable Corepack
@@ -63,7 +63,7 @@ jobs:
6363
working-directory: overpass-turbo
6464

6565
- name: Setup Python
66-
uses: actions/setup-python@v2
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version: "3.10"
6969

0 commit comments

Comments
 (0)