Skip to content

Commit

Permalink
Merge branch 'develop' into hotfix/4.1.2
Browse files Browse the repository at this point in the history
* develop:
  Bump actions/checkout from 3 to 4 (#500)
  • Loading branch information
infotexture committed Oct 1, 2023
2 parents f179d86 + e45af3d commit 023c2fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out docs
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check out website
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dita-ot/website
token: ${{ secrets.COMMITTER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
name: 'Validation'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
WEBSITE_BRANCH: 'master'
steps:
- name: Check out docs
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check out website
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dita-ot/website
ref: ${{ env.WEBSITE_BRANCH }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fi
- name: Check out docs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.TAG }}

Expand All @@ -51,7 +51,7 @@ jobs:
java-version: 17

- name: Check out website
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dita-ot/website
token: ${{ secrets.COMMITTER_TOKEN }}
Expand Down

0 comments on commit 023c2fe

Please sign in to comment.