Skip to content

Commit

Permalink
Merge pull request #38 from qonto/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
qfritz authored Jul 1, 2024
2 parents e9122d7 + ee2a519 commit d4dba07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v16
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: run SQL tests
run: make sql-test
Expand All @@ -42,7 +42,7 @@ jobs:
env:
HELM_UNITTEST_VERSION: v0.4.1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install helm-unittest
run: helm plugin install --version $HELM_UNITTEST_VERSION https://github.com/helm-unittest/helm-unittest.git
Expand All @@ -59,7 +59,7 @@ jobs:
env:
KUBECONFORM_VERSION: 0.6.2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install kubeconform
run: |
Expand All @@ -75,7 +75,7 @@ jobs:
env:
PROMETHEUS_VERSION: 2.48.0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Promtool (Prometheus)
run: |
Expand Down

0 comments on commit d4dba07

Please sign in to comment.