Skip to content

Commit 3a6836e

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-validator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v7
1616

1717
- name: Setup Python
1818
uses: actions/setup-python@v7

.github/workflows/quality-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v7
1818

1919
- name: Setup Python
2020
uses: actions/setup-python@v7
@@ -76,7 +76,7 @@ jobs:
7676
PGDATABASE: postgres
7777
steps:
7878
- name: Checkout
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v7
8080

8181
- name: Setup Python
8282
uses: actions/setup-python@v7

0 commit comments

Comments
 (0)