Skip to content

Commit a547766

Browse files
authored
Merge pull request #9 from DeepPSP/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 1f4c2bc + 8a59a2f commit a547766

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.10", "3.11", "3.12"]
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v6
2525
with:

.github/workflows/docker-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
submodules: recursive
3434
- name: Clear unnecessary system components

0 commit comments

Comments
 (0)