Skip to content

Commit cbff0d7

Browse files
authored
Merge pull request #46 from legend-exp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents bb76a6b + fc815fc commit cbff0d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
dist:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: [ubuntu-latest, macOS-latest]
2525

2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v2
3030
with:
@@ -41,7 +41,7 @@ jobs:
4141
name: Calculate and upload test coverage
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545
with:
4646
fetch-depth: 2
4747
- uses: actions/setup-python@v2
@@ -60,7 +60,7 @@ jobs:
6060
name: Build documentation
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v4
6464
with:
6565
fetch-depth: 0
6666
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)