Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.12.1
uses: styfle/cancel-workflow-action@0.13.1
with:
workflow_id: 42688837
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
version: 0.3.221
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: macos-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.12.1
uses: styfle/cancel-workflow-action@0.13.1
with:
workflow_id: 42688838
access_token: ${{ github.token }}

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

- name: Cache ~/.npm for npm ci
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v6
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v6
with:
go-version: "1.17.2"
- uses: actions/setup-node@v2
- uses: actions/checkout@v2
- uses: arduino/setup-task@v1
- uses: actions/setup-node@v6
- uses: actions/checkout@v6
- uses: arduino/setup-task@v2
- run: go mod download
- run: task generate

Expand Down
2 changes: 1 addition & 1 deletion frontend/content/releases/server/v1.1.0.2612.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ There are so many fixes and additions, for those who don't know, they can read b
* @Zorono made their first contribution in https://github.com/openmultiplayer/open.mp/pull/752
* @ReshiramZekrom1 made their first contribution in https://github.com/openmultiplayer/open.mp/pull/762

**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v0.0.11.2331...v1.1.0
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v0.0.11.2331...v1.1.0.2612
2 changes: 1 addition & 1 deletion frontend/content/releases/server/v1.3.1.2748.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ assets:
* @myudev made their first contribution in https://github.com/openmultiplayer/open.mp/pull/919
* @atomlin-git made their first contribution in https://github.com/openmultiplayer/open.mp/pull/902

**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.2.0.2670...v1.3.1.2744
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.2.0.2670...v1.3.1.2748
2 changes: 1 addition & 1 deletion frontend/content/releases/server/v1.4.0.2779.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ assets:
## New Contributors
* @f0Re3t made their first contribution in https://github.com/openmultiplayer/open.mp/pull/978

**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.3.1.2744...v1.4.0.2779
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.3.1.2748...v1.4.0.2779
2 changes: 1 addition & 1 deletion frontend/content/releases/server/v1.5.8.3079.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ assets:
* @Tiaansu made their first contribution in https://github.com/openmultiplayer/open.mp/pull/1151
* @nidi21 made their first contribution in https://github.com/openmultiplayer/open.mp/pull/1152

**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.4.0.2779...v1.5.8.3077
**Full Changelog**: https://github.com/openmultiplayer/open.mp/compare/v1.4.0.2779...v1.5.8.3079
7 changes: 0 additions & 7 deletions frontend/docs/client/_.md

This file was deleted.

Loading
Loading