Skip to content

Commit e23bae9

Browse files
authored
Merge pull request #4355 from universal-ctags/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents a0b321f + 92a1427 commit e23bae9

22 files changed

+25
-25
lines changed

.github/workflows/building-with-nmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- run: choco install -y file
2626

27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
- name: setup nmake
3030
run: |

.github/workflows/building-with-pegof.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- run: sudo apt -y install cmake g++ pkg-config automake libseccomp-dev libjansson-dev libyaml-dev libxml2-dev libpcre2-dev bash gdb python3-docutils
2424
# cmake and g++ are used to build pegof
2525

26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with:
3030
repository: dolik-rce/pegof
3131
submodules: recursive

.github/workflows/code-coverage-on-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CC: gcc
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/cross-compile-for--netbsd-on-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
PKG_CONFIG_PATH: ${{ github.workspace }}/amd64-unknown-netbsd-3rdroot/lib/pkgconfig
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- run: sudo apt-get -y update
2929
- run: sudo apt-get -y install clang cmake make automake autoconf pkg-config curl file

.github/workflows/cross-compile-for-android-on-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.build-machine-os }}
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- run: brew install make automake autoconf file
2222

.github/workflows/cross-compile-for-android-on-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.build-machine-os }}
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- run: sudo apt-get -y -o APT::Immediate-Configure=false update
2222
- run: sudo apt-get -y -o APT::Immediate-Configure=false install gcc make automake autoconf file

.github/workflows/cross-compile-for-freebsd-on-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
PKG_CONFIG_PATH: ${{ github.workspace }}/amd64-unknown-freebsd-3rdroot/lib/pkgconfig
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- run: sudo apt-get -y update
2929
- run: sudo apt-get -y install clang cmake make automake autoconf curl file

.github/workflows/cross-compile-for-openbsd-on-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
PKG_CONFIG_PATH: ${{ github.workspace }}/amd64-unknown-openbsd-3rdroot/lib/pkgconfig
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- run: sudo apt-get -y update
2929
- run: sudo apt-get -y install clang cmake make automake autoconf pkg-config curl file

.github/workflows/cross-compile-for-windows-on-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.build-machine-os }}
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

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

.github/workflows/cross-compile-for-windows-on-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.build-machine-os }}
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- run: sudo apt-get -y -o APT::Immediate-Configure=false update
2323
- run: sudo apt-get -y -o APT::Immediate-Configure=false install mingw-w64 gcc make automake autoconf file

0 commit comments

Comments
 (0)