Skip to content

Commit 31f5046

Browse files
authored
Merge pull request #5186 from IntersectMBO/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 4d072fa + e095761 commit 31f5046

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
libtool
4545
make
4646
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
with:
4949
ref: ${{ github.head_ref }}
5050

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ghc-version: ${{ matrix.ghc }}
4545
cabal-version: "3.12.1.0"
4646

47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848

4949
- name: "Configure cabal.project.local"
5050
run: |

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: sudo apt install -y fd-find
2222

23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424

2525
- name: Check changelogs
2626
run: ./scripts/ci/check-changelogs.sh

.github/workflows/github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout ouroboros-network repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
# we need nix to later build the spec documents
3737
- name: Install Nix

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
gem install cddlc
6464
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666

6767
- name: "Configure cabal.project.local"
6868
run: |

0 commit comments

Comments
 (0)