Skip to content

Commit da190f1

Browse files
authored
Merge pull request #3362 from koalaman/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents eac8eff + f0d7499 commit da190f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sudo apt-get install cabal-install
1616
1717
- name: Checkout repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- name: Checkout repository
83-
uses: actions/checkout@v5
83+
uses: actions/checkout@v6
8484

8585
- name: Download artifacts
8686
uses: actions/download-artifact@v6
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- name: Checkout repository
109-
uses: actions/checkout@v5
109+
uses: actions/checkout@v6
110110

111111
- name: Download artifacts
112112
uses: actions/download-artifact@v6
@@ -144,7 +144,7 @@ jobs:
144144
sudo apt-get install hub
145145
146146
- name: Checkout repository
147-
uses: actions/checkout@v5
147+
uses: actions/checkout@v6
148148

149149
- name: Download artifacts (source)
150150
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)