Skip to content

Commit

Permalink
use latest ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Aug 17, 2024
1 parent 7118a72 commit 0c53868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install SourceMod
uses: KatsuteTF/Workflows/actions/setup-sourcepawn@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install SourceMod
uses: KatsuteTF/Workflows/actions/setup-sourcepawn@main
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Additional modifiers for the [RRM](https://forums.alliedmods.net/showthread.php?
|`rrm_fire_min`|`0.1`|Min fire chance|
|`rrm_fire_max`|`1.0`|Max fire chance|
|`rrm_fire_duration`|`3.0`|Fire duration|
|`rrm_friction_min`|`0`|Min friction|
|`rrm_friction_min`|`0.1`|Min friction|
|`rrm_friction_max`|`1.0`|Max friction|
|`rrm_jarate_min`|`0.1`|Min jarate chance|
|`rrm_jarate_max`|`1.0`|Max jarate chance|
Expand Down

0 comments on commit 0c53868

Please sign in to comment.