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
2 changes: 1 addition & 1 deletion .github/workflows/building-with-nmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- run: choco install -y file

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: setup nmake
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/building-with-pegof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- run: sudo apt -y install cmake g++ pkg-config automake libseccomp-dev libjansson-dev libyaml-dev libxml2-dev libpcre2-dev bash gdb python3-docutils
# cmake and g++ are used to build pegof

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: dolik-rce/pegof
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CC: gcc

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for--netbsd-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
PKG_CONFIG_PATH: ${{ github.workspace }}/amd64-unknown-netbsd-3rdroot/lib/pkgconfig

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

- run: sudo apt-get -y update
- run: sudo apt-get -y install clang cmake make automake autoconf pkg-config curl file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-android-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.build-machine-os }}

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

- run: brew install make automake autoconf

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-android-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.build-machine-os }}

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

- run: sudo apt-get -y -o APT::Immediate-Configure=false update
- run: sudo apt-get -y -o APT::Immediate-Configure=false install gcc make automake autoconf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-freebsd-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
PKG_CONFIG_PATH: ${{ github.workspace }}/amd64-unknown-freebsd-3rdroot/lib/pkgconfig

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

- run: sudo apt-get -y update
- run: sudo apt-get -y install clang cmake make automake autoconf curl file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-openbsd-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
PKG_CONFIG_PATH: ${{ github.workspace }}/amd64-unknown-openbsd-3rdroot/lib/pkgconfig

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

- run: sudo apt-get -y update
- run: sudo apt-get -y install clang cmake make automake autoconf pkg-config curl file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-windows-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.build-machine-os }}

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

- run: brew install mingw-w64 make automake autoconf file

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-windows-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.build-machine-os }}

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

- run: sudo apt-get -y -o APT::Immediate-Configure=false update
- run: sudo apt-get -y -o APT::Immediate-Configure=false install mingw-w64 gcc make automake autoconf file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-citre-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
READTAGS: '${{ github.workspace }}/readtags'

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: update package information
run: sudo apt-get -y -o APT::Immediate-Configure=false update
- name: install tools and libraries
Expand All @@ -41,7 +41,7 @@ jobs:
- name: install Emacs
run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs
- name: checkout Citre repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: 'universal-ctags/citre'
path: 'citre'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- run: misc/git-tag-maybe.sh
4 changes: 2 additions & 2 deletions .github/workflows/testing-on-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# this is to fix https://github.com/actions/checkout/issues/760
- run: git config --global --add safe.directory /__w/ctags/ctags

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- run: cc --version

Expand All @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 45

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

- run: |
cat > run.sh <<EOF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: git config --global core.autocrlf input
shell: bash

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- run: printf 'cd %s' "$(cygpath '${{ github.workspace }}')" >> ~/.bashrc

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
freebsd-version: ['15.1', '15.0', '14.4', '14.3', '14.2', '14.1', '14.0', '13.5', '13.4', '13.3', '13.2']

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

- uses: cross-platform-actions/action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}

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

# temporarily disabled, because it always fails these days.
#- run: brew update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: git config --global core.autocrlf input
shell: bash

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- run: ./autogen.sh
- run: ./configure --prefix=/usr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
netbsd-version: ['10.1', '10.0', '9.4', '9.3', '9.2']

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

- uses: cross-platform-actions/action@v1.3.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
openbsd-version: ['7.9', '7.8', '7.7', '7.6', '7.5', '7.4', '7.3', '7.2']

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

- uses: cross-platform-actions/action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# this is to fix https://github.com/actions/checkout/issues/760
- run: git config --global --add safe.directory /__w/ctags/ctags

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- run: cc --version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CC: ${{ matrix.compiler }}

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-with-valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

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

- run: sudo apt-get update
- run: sudo apt-get install valgrind pkg-config automake bash libjansson-dev libyaml-dev libseccomp-dev libxml2-dev libpcre2-dev gdb
Expand Down
Loading