Skip to content

Commit

Permalink
GitHub Actions: change github actions checkout from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 authored and masatake committed Mar 4, 2023
1 parent 4db5344 commit 9e62e16
Show file tree
Hide file tree
Showing 15 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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3
- 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@v2
uses: actions/checkout@v3
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: ctags

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@v2
- uses: actions/checkout@v3

- run: cc --version

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing-bsds.yml.bak
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@v2
- uses: actions/checkout@v3

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: macos-12

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

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
runs-on: macos-12

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

- uses: actions/cache@v2
with:
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@v2
- uses: actions/checkout@v3

- uses: actions/cache@v2
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@v2
- uses: actions/checkout@v3
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@v2
- uses: actions/checkout@v3
- name: update package information
run: brew update
- name: install tools and libraries
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@v2
- uses: actions/checkout@v3

- 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@v2
- uses: actions/checkout@v3

- uses: actions/cache@v2
with:
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@v2
- uses: actions/checkout@v3

- uses: actions/cache@v2
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@v2
- uses: actions/checkout@v3
- name: update package information
run: sudo apt-get update
- name: install tools and libraries
Expand Down

0 comments on commit 9e62e16

Please sign in to comment.