Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2023
1 parent 37877a0 commit 869d6f6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Docker build
run: make docker_build
2 changes: 1 addition & 1 deletion .github/workflows/lint-docker.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# To lint multiple docker files
# Ref: https://github.com/hadolint/hadolint-action/issues/54#issuecomment-1130157411
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-markdown.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Ruby
# See https://github.com/ruby/setup-ruby#versioning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-python.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:

- name: Checkout respository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check Python code for formatting
uses: rickstaa/action-black@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-yaml.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check YAML files with linter
uses: ibiqlik/action-yamllint@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:

- name: Checkout respository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python3
uses: actions/setup-python@v4
Expand Down

0 comments on commit 869d6f6

Please sign in to comment.