Skip to content

Commit 4563c6d

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#697)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amrit Krishnan <[email protected]>
1 parent bd17ff5 commit 4563c6d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run-code-check:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/[email protected].0
30+
- uses: actions/[email protected].2
3131
- name: Install and configure Poetry
3232
uses: snok/install-poetry@v1
3333
with:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].2
2626

2727
- name: Log in to Docker Hub
2828
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')) && fromJSON('["self-hosted", "db", "cyclops"]') || 'ubuntu-latest' }}
1111
steps:
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].2
1313
with:
1414
submodules: 'true'
1515
fetch-depth: 0

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
integration-tests:
4141
runs-on: [self-hosted, gpu, db, cyclops]
4242
steps:
43-
- uses: actions/[email protected].0
43+
- uses: actions/[email protected].2
4444
- name: Install poetry
4545
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
4646
- uses: actions/[email protected]

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
base-package-install-check:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/[email protected].0
29+
- uses: actions/[email protected].2
3030
- name: Install pip
3131
run: python3 -m pip install --upgrade pip
3232
- uses: actions/[email protected]

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
sudo apt-get update
1414
sudo apt-get install libcurl4-openssl-dev libssl-dev
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].2
1616
- name: Install poetry
1717
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
1818
- uses: actions/[email protected]

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/[email protected].0
33+
- uses: actions/[email protected].2
3434
- name: Install dependencies, run unit tests and coverage report
3535
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
3636
- uses: actions/[email protected]

0 commit comments

Comments
 (0)