Skip to content

Commit

Permalink
Gh-495: Upgrade GitHub Actions versions (#496)
Browse files Browse the repository at this point in the history
Upgrade GitHub Actions versions to latest
  • Loading branch information
GCHQDeveloper314 authored May 30, 2024
1 parent 72217ca commit f756c28
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
name: Build only

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

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
VERSION: ${{ needs.check-version.outputs.version }}

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

- name: Configure git
run: |
Expand All @@ -68,12 +68,12 @@ jobs:
VERSION: ${{ needs.check-version.outputs.version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
issue-links:
runs-on: ubuntu-latest
steps:
- uses: tkt-actions/add-issue-links@v1.6.0
- uses: tkt-actions/add-issue-links@v1.8.2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
branch-prefix: 'gh-'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-v1docs-gaffer-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
VERSION_UPDATE_BRANCH: updating-v1docs-gaffer-version-${{ github.event.inputs.version }}
steps:
- name: Checkout v1docs
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: v1docs
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Setup JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
Expand Down

0 comments on commit f756c28

Please sign in to comment.