Skip to content

Commit 01cf017

Browse files
committed
Bump actions/checkout to v3
1 parent 8fca7b6 commit 01cf017

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: windows-${{ matrix.type }}
1212
runs-on: windows-2022
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- uses: actions/cache@v1
1717
id: cache-dxfiles
@@ -73,7 +73,7 @@ jobs:
7373
name: macOS-${{ matrix.type }}
7474
runs-on: macOS-latest
7575
steps:
76-
- uses: actions/checkout@v2
76+
- uses: actions/checkout@v3
7777

7878
- name: Install MySQL
7979
run: brew install mysql
@@ -100,7 +100,7 @@ jobs:
100100
container:
101101
image: docker://ghcr.io/multitheftauto/mtasa-blue-build:${{ matrix.image-tag }}
102102
steps:
103-
- uses: actions/checkout@v2
103+
- uses: actions/checkout@v3
104104

105105
- name: Run Build
106106
run: ./linux-build.sh --arch=${{ matrix.architecture }} --config=${{ matrix.type }}

.github/workflows/dockerimage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dockerfile: Dockerfile.arm64
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828
- uses: docker/setup-buildx-action@v1
2929
- uses: docker/login-action@v1
3030
with:

.github/workflows/rebuild-pots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
rebuild-pots:
1010
runs-on: windows-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v2
1414
with:
1515
python-version: 2

0 commit comments

Comments
 (0)