Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/abidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
apt -y update
apt -y install abigail-tools g++ meson pkg-config cmake libhowardhinnant-date-dev libssl-dev rapidjson-dev git ca-certificates --no-install-recommends

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: current

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: previous
fetch-depth: 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/autopkgtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
apt -y install autopkgtest dpkg-dev --no-install-recommends

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Checkout Debian data
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: pistacheio/pistache
ref: debian
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# result of being blocked by the software that is already
# installed.

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: ${{ github.event.pull_request.commits }} + 1

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6

- name: Install commitlint cli
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt update
sudo apt -y install --no-install-recommends devscripts git

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
rm ninja-linux.zip
pip3 install meson

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linuxflibev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
rm ninja-linux.zip
pip3 install meson

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if ! brew list zstd &>/dev/null; then brew install zstd; fi
brew install curl

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pistache.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v5
- uses: actions/checkout@v6
- uses: fsfe/reuse-action@v6
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: true

Expand Down
Loading