Skip to content

Commit c2f6c19

Browse files
committed
update checkout to v3 to get rid of warning
1 parent 85bc351 commit c2f6c19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/debian-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111

1212
- name: Install Dependencies
1313
uses: awalsh128/cache-apt-pkgs-action@latest

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: macos-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111

1212
- name: Install Dependencies
1313
uses: tecolicom/actions-use-homebrew-tools@v1

.github/workflows/msys2-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
{ msystem: MINGW64, arch: x86_64, extensions: Native }
1616
]
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
with:
2020
path: temp
2121
fetch-depth: 0
@@ -86,4 +86,4 @@ jobs:
8686
uses: actions/upload-artifact@v2
8787
with:
8888
name: windows-${{ matrix.arch }}-${{ matrix.extensions }}
89-
path: C:/_/build/*.dll
89+
path: C:/_/build/*.dll

0 commit comments

Comments
 (0)