Skip to content

Commit 5f97fa1

Browse files
Bump actions/checkout from 3 to 4 (#5)
1 parent 9efce55 commit 5f97fa1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: [main, signal/gh]
6+
branches: [main]
77
tags: [v*.*.*]
88

99
jobs:
@@ -25,9 +25,11 @@ jobs:
2525
- python-version: '2.7'
2626
container-image: python:2.7
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
30-
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
30+
# Fetch all the history so setuptools_scm can version relative to the
31+
# most recent version tag.
32+
fetch-depth: 0
3133

3234
- uses: actions/setup-python@v4
3335
# Only set up Python if we're running directly on an agent. If we're in

0 commit comments

Comments
 (0)