diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/python.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6ad222c..6e60d80 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -24,7 +24,7 @@ jobs:          os: [ubuntu-latest, macos-latest, windows-latest]      steps:        - name: Checkout repository -        uses: actions/checkout@v4 +        uses: actions/checkout@v5        - name: Set up Python          uses: actions/setup-python@v5          with: @@ -49,7 +49,7 @@ jobs:        url: https://pypi.org/r/locusts-r-us      steps:        - name: Checkout repository -        uses: actions/checkout@v4 +        uses: actions/checkout@v5          with:            fetch-depth: 0        - name: Set up Python | 
