Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

⬆️ Bump actions/checkout from 2 to 3 #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
environment: Dev
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -44,7 +44,7 @@ jobs:
environment: Dev
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -71,7 +71,7 @@ jobs:
environment: Dev
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -93,7 +93,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -120,7 +120,7 @@ jobs:
environment: test
steps:
- name: checkout code
uses: actions/checkout@main
uses: actions/checkout@v3
with:
repository: communitiesuk/funding-service-design-performance-tests
path: ./funding-service-design-performance-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
environment: test
steps:
- name: checkout code
uses: actions/checkout@main
uses: actions/checkout@v3
with:
repository: communitiesuk/funding-service-design-performance-tests
path: ./funding-service-design-performance-tests
Expand Down