Skip to content

Commit 716b590

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 5addeab commit 716b590

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1818
- name: Build Genesis Core
1919
env:
2020
PUSH_CFG: ${{ secrets.PUSH_CFG }}

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-python@v5
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
with:
4646
ref: gh-pages
4747
- name: Setup Pages

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
python-version: [ "3.12" ]
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v6
2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v5
2626
with:
@@ -60,7 +60,7 @@ jobs:
6060
# Maps tcp port 5432 on service container to the host
6161
- 5432:5432
6262
steps:
63-
- uses: actions/checkout@v3
63+
- uses: actions/checkout@v6
6464
- name: Set up Python ${{ matrix.python-version }}
6565
uses: actions/setup-python@v5
6666
with:
@@ -86,7 +86,7 @@ jobs:
8686
matrix:
8787
python-version: ["3.12"]
8888
steps:
89-
- uses: actions/checkout@v3
89+
- uses: actions/checkout@v6
9090
- name: Set up Python ${{ matrix.python-version }}
9191
uses: actions/setup-python@v5
9292
with:

0 commit comments

Comments
 (0)