Skip to content

Commit 81f78be

Browse files
Bump actions/checkout from 4.1.1 to 4.1.5 (#616)
1 parent ac8d76c commit 81f78be

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
@@ -26,7 +26,7 @@ jobs:
2626
run-code-check:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/[email protected].1
29+
- uses: actions/[email protected].5
3030
- name: Install and configure Poetry
3131
uses: snok/install-poetry@v1
3232
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].1
25+
uses: actions/[email protected].5
2626

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

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: [self-hosted, db, gpu]
2424
steps:
25-
- uses: actions/[email protected].1
25+
- uses: actions/[email protected].5
2626
with:
2727
submodules: 'true'
2828
- name: Install dependencies, build docs and coverage report

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
deploy:
2626
runs-on: [self-hosted, db, gpu]
2727
steps:
28-
- uses: actions/[email protected].1
28+
- uses: actions/[email protected].5
2929
with:
3030
submodules: 'true'
3131
- name: Install dependencies, build docs and coverage report

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
integration-tests:
4545
runs-on: [self-hosted, gpu, db, cyclops]
4646
steps:
47-
- uses: actions/[email protected].1
47+
- uses: actions/[email protected].5
4848
- name: Install poetry
4949
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
5050
- 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].1
29+
- uses: actions/[email protected].5
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].1
15+
- uses: actions/[email protected].5
1616
- name: Install poetry
1717
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
1818
- uses: actions/[email protected]

0 commit comments

Comments
 (0)