mirror of
https://github.com/srcdslab/sm-ext-voice.git
synced 2025-12-06 18:18:21 +00:00
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3ddfad8ca3
commit
37f02d01bd
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -40,12 +40,12 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: extension
|
path: extension
|
||||||
|
|
||||||
- name: Checkout SourceMod
|
- name: Checkout SourceMod
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/sourcemod
|
repository: alliedmodders/sourcemod
|
||||||
ref: ${{ matrix.sourcemod-version }}
|
ref: ${{ matrix.sourcemod-version }}
|
||||||
@ -53,19 +53,19 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout AMBuild
|
- name: Checkout AMBuild
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/ambuild
|
repository: alliedmodders/ambuild
|
||||||
path: ambuild
|
path: ambuild
|
||||||
|
|
||||||
- name: Checkout sm-ext-common
|
- name: Checkout sm-ext-common
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: srcdslab/sm-ext-common
|
repository: srcdslab/sm-ext-common
|
||||||
path: sourcemod/extensions/sm-ext-common
|
path: sourcemod/extensions/sm-ext-common
|
||||||
|
|
||||||
- name: Checkout valve protobuf
|
- name: Checkout valve protobuf
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: SteamDatabase/Protobufs
|
repository: SteamDatabase/Protobufs
|
||||||
ref: ${{ matrix.protobuf-valve-version }}
|
ref: ${{ matrix.protobuf-valve-version }}
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout protobuf
|
- name: Checkout protobuf
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: protocolbuffers/protobuf
|
repository: protocolbuffers/protobuf
|
||||||
ref: ${{ matrix.protobuf-version }}
|
ref: ${{ matrix.protobuf-version }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user