Skip to content

Commit bfb6bfe

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d316a18 commit bfb6bfe

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci_decrypt-oracle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
tests:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- uses: actions/setup-python@v4
1212
with:
1313
# The oracle will run on a Python 3.9 Lamba
@@ -34,7 +34,7 @@ jobs:
3434
- flake8-tests
3535
- pylint-tests
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838
- uses: actions/setup-python@v4
3939
with:
4040
python-version: 3.9

.github/workflows/ci_static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- black-check
2424
- isort-check
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- uses: actions/setup-python@v4
2828
with:
2929
python-version: 3.8

.github/workflows/ci_test-vector-handler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
aws-access-key-id: ${{ secrets.INTEG_AWS_ACCESS_KEY_ID }}
4545
aws-secret-access-key: ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
4646
aws-region: us-west-2
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848
- uses: actions/setup-python@v4
4949
with:
5050
python-version: ${{ matrix.python }}
@@ -71,7 +71,7 @@ jobs:
7171
- flake8-tests
7272
- pylint-tests
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v6
7575
- uses: actions/setup-python@v4
7676
with:
7777
python-version: 3.9

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
git config --global core.longpaths true
7272
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v6
7474
- uses: actions/setup-python@v4
7575
with:
7676
python-version: ${{ matrix.python }}
@@ -91,7 +91,7 @@ jobs:
9191
- nocmk
9292
- test-upstream-requirements-py311
9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v6
9595
- uses: actions/setup-python@v4
9696
with:
9797
python-version: "3.11"

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
environment: repo-sync
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: repo-sync/github-sync@v2
1414
name: Sync repo to branch
1515
with:

0 commit comments

Comments
 (0)