chore(actions)(deps): bump actions/checkout from 4.1.2 to 4.1.3 #8

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/checkout-4.1.3 into main 2024-04-22 08:50:53 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 150c380789 - 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.2 uses: actions/checkout@v4.1.3
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.2 uses: actions/checkout@v4.1.3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Python - name: Setup Python