Skip to content

Commit

Permalink
Merge pull request #1739 from gchq/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
PE39806 authored Jan 22, 2025
2 parents 949abea + 0f30bba commit 6ae9099
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup BuildX
- name: Set up Docker Buildx
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup BuildX
- name: Set up Docker Buildx
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup BuildX
- name: Set up Docker Buildx
Expand All @@ -96,7 +96,7 @@ jobs:

steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js 18
uses: actions/setup-node@v3
Expand All @@ -119,7 +119,7 @@ jobs:

steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js 18
uses: actions/setup-node@v3
Expand All @@ -140,7 +140,7 @@ jobs:

steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:

steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js 18
uses: actions/setup-node@v3
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:

steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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
2 changes: 1 addition & 1 deletion .github/workflows/modelscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: ['3.9', '3.12']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
files-changed-output: ${{ steps.files-changed.outputs.any_changed }}

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
files-changed-output: ${{ steps.files-changed.outputs.any_changed }}

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: ['3.8', '3.11']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: backend/docs

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

- name: Install pandoc
run: sudo apt install pandoc
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

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

- name: Download Python Docs
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6ae9099

Please sign in to comment.