Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
libtool
make

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: "3.12.1.0"

- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: "Configure cabal.project.local"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: sudo apt install -y fd-find

- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Check changelogs
run: ./scripts/ci/check-changelogs.sh
2 changes: 1 addition & 1 deletion .github/workflows/github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout ouroboros-network repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# we need nix to later build the spec documents
- name: Install Nix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
gem install cddlc

- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: "Configure cabal.project.local"
run: |
Expand Down
Loading