Skip to content

Commit

Permalink
Merge pull request #3814 from universal-ctags/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
k-takata authored Sep 13, 2023
2 parents 1b9b940 + 6fed675 commit 474f1b8
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-android-ndk-on-mac.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@v3
- uses: actions/checkout@v4

- run: brew install gcc make automake autoconf file

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-android-ndk-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@v3
- uses: actions/checkout@v4

- 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 file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-mingw-w64-on-mac.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@v3
- uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-mingw-w64-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@v3
- uses: actions/checkout@v4

- 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@v3
- uses: actions/checkout@v4
- 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@v3
uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-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@v3
- uses: actions/checkout@v4

- run: cc --version

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

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

- uses: actions/cache@v3
id: restore-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-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@v3
- uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
freebsd-version: [12,13]

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

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: update package information
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
BUILDDIR: ${{ matrix.os }}-${{ matrix.compiler }}

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

# temporarily disabled, because it always fails these days.
#- name: update package information
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- run: git config --global core.autocrlf input
shell: bash
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: ./autogen.sh
- run: ./configure --prefix=/usr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-12

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

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-nmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- run: choco install -y file

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

- name: setup nmake
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-12

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

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-with-vlagrind.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@v3
- uses: actions/checkout@v4
- name: update package information
run: sudo apt-get update
- name: install tools and libraries
Expand Down

0 comments on commit 474f1b8

Please sign in to comment.