Skip to content

Commit

Permalink
Revert "feat: use v4"
Browse files Browse the repository at this point in the history
This reverts commit fc24867.
  • Loading branch information
SuZhou-Joe committed Sep 11, 2023
1 parent 058c6ce commit 3b688de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git config --global core.autocrlf false
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Setup JDK (Windows only)
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
git config --global core.autocrlf false
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Setup JDK (Windows only)
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
working-directory: .

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
path: ./artifacts

Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
version: [osd-2.0.0, osd-2.1.0, osd-2.2.0, osd-2.3.0, osd-2.4.0, osd-2.5.0, osd-2.6.0, osd-2.7.0]
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
path: ./artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog_verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
verify-changelog:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 3b688de

Please sign in to comment.