chore(actions)(deps): bump actions/checkout from 4.1.7 to 4.2.0 #261

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/checkout-4.2.0 into main 2024-09-26 09:30:28 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bf67c3b276 - Show all commits

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Setup Python

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Setup Python
uses: actions/setup-python@v5
with: