Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 4a24c5f commit 324a580
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build mecab
run: |
./autogen.sh
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- x86
steps:
- run: git config --global core.autoCRLF false
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: windows-2019
steps:
- run: git config --global core.autoCRLF false
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
id: cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-darwin-ipadic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Test
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: test mecab
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: Test UTF-8 only mode
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: test mecab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- "11"
- "17"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: restore cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-darwin-jumandic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Test
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: test mecab
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: Test UTF-8 only mode
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: test mecab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- "5.22"
- "5.20"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "3.8"
- "3.7"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: restore cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- "2.5"
- "2.4"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: restore cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Test
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: test mecab
Expand All @@ -33,7 +33,7 @@ jobs:
name: UTF-8 only mode
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: .github/setup-darwin.sh
- name: test mecab
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-linux-ipadic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test mecab
run: |
./autogen.sh
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test mecab
run: |
./autogen.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- "17"
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: restore cache
id: cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-linux-jumandic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test mecab
run: |
./autogen.sh
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test mecab
run: |
./autogen.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- "5.20"
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: restore cache
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- "3.7"
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: restore cache
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- "2.4"
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: restore cache
id: cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test mecab
run: |
./autogen.sh
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test mecab
run: |
./autogen.sh
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gettext
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test mecab
run: |
./autogen.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Test
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
install: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- x64
- x86
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: generate Makefile.msvc
shell: bash
# Makefile.msvc will be generated by autotools, but it is hard to install autotools to windows
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- x64
- x86
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: generate Makefile.msvc
shell: bash
# Makefile.msvc will be generated by autotools, but it is hard to install autotools to windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install hugo
run: |
curl -sSL https://github.com/gohugoio/hugo/releases/download/v0.95.0/hugo_0.95.0_Linux-64bit.tar.gz -o hugo.tar.gz
Expand Down

0 comments on commit 324a580

Please sign in to comment.