chore(ci): bump actions/checkout from v4 to v7 (#5)
Co-authored-by: Rushaway <[email protected]>
This commit is contained in:
@@ -41,12 +41,12 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
path: extension
|
path: extension
|
||||||
|
|
||||||
- name: Checkout SourceMod ${{ matrix.sourcemod-version }}
|
- name: Checkout SourceMod ${{ matrix.sourcemod-version }}
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/sourcemod
|
repository: alliedmodders/sourcemod
|
||||||
ref: ${{ matrix.sourcemod-version }}
|
ref: ${{ matrix.sourcemod-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user