chore(actions)(deps): bump actions/checkout from 4.1.1 to 4.1.2 #7

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/checkout-4.1.2 into main 2024-03-13 08:42:27 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 483c8bb8d8 - Show all commits

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.1 uses: actions/checkout@v4.1.2
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.1 uses: actions/checkout@v4.1.2
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Python - name: Setup Python