Skip to content

Commit e72f627

Browse files
authored
Merge pull request #20 from sbu-python-class/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 2e2882f + 1493c3d commit e72f627

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- name: Setup Python
1919
uses: actions/setup-python@v6

.github/workflows/docs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v6

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414

1515
- name: Set up Python
1616
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)