Skip to content

Commit d6448be

Browse files
Merge pull request #743 from litex-hub/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 08e6a06 + e782a3f commit d6448be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@v7
1111

1212
- name: Set up Python 3.9
1313
uses: actions/setup-python@v6
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
# Checkout Repository
4646
- name: Checkout
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848

4949
# Install Tools
5050
- name: Install Tools

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- uses: actions/setup-python@v6
1919
with:

0 commit comments

Comments
 (0)