Skip to content

Commit ee80edb

Browse files
authored
Merge pull request #76 from ncroxon/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4845ec4 + c57eade commit ee80edb

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/linux-gcc-musl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt-get install ${{ matrix.musl }}
2323
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828

@@ -65,7 +65,7 @@ jobs:
6565
sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
6666
6767
- name: Checkout repository
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
with:
7070
fetch-depth: 0
7171

.github/workflows/linux-gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
# Must happens first or else the LoongArch toolchain gets deleted
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
4949

@@ -115,7 +115,7 @@ jobs:
115115
sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
116116
117117
- name: Checkout repository
118-
uses: actions/checkout@v4
118+
uses: actions/checkout@v5
119119
with:
120120
fetch-depth: 0
121121

.github/workflows/linux-llvm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt-get install gcc-${{ matrix.gcc }} clang lld
2323
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828

@@ -59,7 +59,7 @@ jobs:
5959
sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
6060
6161
- name: Checkout repository
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
fetch-depth: 0
6565

.github/workflows/linux-mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository and submodules
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727

@@ -63,7 +63,7 @@ jobs:
6363
sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
6464
6565
- name: Checkout repository
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767
with:
6868
fetch-depth: 0
6969

.github/workflows/macos-gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
brew install ${{ matrix.toolchain }}
3535
3636
- name: Checkout repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
4040

@@ -88,7 +88,7 @@ jobs:
8888
sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
8989
9090
- name: Checkout repository
91-
uses: actions/checkout@v4
91+
uses: actions/checkout@v5
9292
with:
9393
fetch-depth: 0
9494

.github/workflows/windows-mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git
3636
3737
- name: Checkout repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
fetch-depth: 0
4141

@@ -74,7 +74,7 @@ jobs:
7474
sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
7575
7676
- name: Checkout repository
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878
with:
7979
fetch-depth: 0
8080

.github/workflows/windows-vs2022.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

@@ -64,7 +64,7 @@ jobs:
6464
sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
6565
6666
- name: Checkout repository
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868
with:
6969
fetch-depth: 0
7070

0 commit comments

Comments
 (0)