Skip to content

Commit 1ce6471

Browse files
authored
Merge pull request #54 from light-curve/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 7443158 + 5e47384 commit 1ce6471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
interpreter: "*"
3030

3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333

3434
- name: Set up QEMU
3535
if: ${{ matrix.arch != 'auto' }}
@@ -66,7 +66,7 @@ jobs:
6666
working-directory: ./light-curve
6767

6868
steps:
69-
- uses: actions/checkout@v2
69+
- uses: actions/checkout@v3
7070

7171
- name: Setup Python
7272
uses: actions/setup-python@v3
@@ -113,7 +113,7 @@ jobs:
113113
working-directory: light-curve-python
114114

115115
steps:
116-
- uses: actions/checkout@v2
116+
- uses: actions/checkout@v3
117117

118118
- name: Set up Python
119119
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)