Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 2f1e114 commit 3ea540a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: Pull markdownlint/markdownlint:latest Image
run: docker pull markdownlint/markdownlint:latest
- name: Run markdownlint against *.md files
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -37,7 +37,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -53,7 +53,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -69,7 +69,7 @@ jobs:
name: "Linting: hadolint"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: Pull hadolint/hadolint:latest Image
run: docker pull hadolint/hadolint:latest
- name: Run hadolint against Dockerfiles
Expand All @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0

Expand All @@ -105,7 +105,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0

Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 0
- uses: vrslev/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pr build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# Check out our code
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3

# Get version tag
# git log -1 : get the latest commit
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/[email protected].2
# - uses: actions/[email protected].3
# - name: Pull hadolint/hadolint:latest Image
# run: docker pull hadolint/hadolint:latest
# - name: Run hadolint against Dockerfiles
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Run yamllint against YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
Expand Down

0 comments on commit 3ea540a

Please sign in to comment.