Skip to content

Commit f70b7e1

Browse files
authored
Merge pull request #3550 from nest/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.1.1 to 5.0.0
2 parents e0a0745 + 4375fe3 commit f70b7e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: "ubuntu-22.04"
3838
steps:
3939
- name: "Checkout repository content"
40-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141
with:
4242
fetch-depth: 0
4343

@@ -55,7 +55,7 @@ jobs:
5555
runs-on: "ubuntu-22.04"
5656
steps:
5757
- name: "Checkout repository content"
58-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
58+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5959
with:
6060
fetch-depth: 0
6161

@@ -83,7 +83,7 @@ jobs:
8383
runs-on: "ubuntu-22.04"
8484
steps:
8585
- name: "Checkout repository content"
86-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
86+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8787
with:
8888
fetch-depth: 0
8989

0 commit comments

Comments
 (0)