Skip to content

Commit e26a3fe

Browse files
Merge branch 'v2docs' into gh-488-document-query-time-summarisation
2 parents ee0d217 + f756c28 commit e26a3fe

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
name: Build only
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Setup python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.11'
2727
cache: 'pip'

.github/workflows/deploy-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
VERSION: ${{ needs.check-version.outputs.version }}
4646

4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949

5050
- name: Configure git
5151
run: |
@@ -68,12 +68,12 @@ jobs:
6868
VERSION: ${{ needs.check-version.outputs.version }}
6969

7070
steps:
71-
- uses: actions/checkout@v3
71+
- uses: actions/checkout@v4
7272
with:
7373
fetch-depth: 0
7474

7575
- name: Setup python
76-
uses: actions/setup-python@v4
76+
uses: actions/setup-python@v5
7777
with:
7878
python-version: '3.11'
7979
cache: 'pip'

.github/workflows/link-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
issue-links:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: tkt-actions/add-issue-links@v1.6.0
10+
- uses: tkt-actions/add-issue-links@v1.8.2
1111
with:
1212
repo-token: '${{ secrets.GITHUB_TOKEN }}'
1313
branch-prefix: 'gh-'

.github/workflows/update-v1docs-gaffer-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
VERSION_UPDATE_BRANCH: updating-v1docs-gaffer-version-${{ github.event.inputs.version }}
1515
steps:
1616
- name: Checkout v1docs
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
ref: v1docs
2020
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2626
2727
- name: Setup JDK
28-
uses: actions/setup-java@v2
28+
uses: actions/setup-java@v4
2929
with:
3030
distribution: 'zulu'
3131
java-version: '8'

0 commit comments

Comments
 (0)