chore(actions)(deps): bump actions/checkout from 4.1.3 to 4.1.4 #9

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/checkout-4.1.4 into main 2024-04-25 08:10:46 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4.1.3 uses: actions/checkout@v4.1.4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: hadolint/hadolint-action@v3.1.0 - uses: hadolint/hadolint-action@v3.1.0

View File

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