Skip to content

Commit

Permalink
Merge pull request #10 from okp4/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
ccamel authored Mar 14, 2024
2 parents 0628488 + 4348618 commit 59a9f71
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/[email protected]
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build docker image
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint markdown files
uses: avto-dev/[email protected]
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint yaml files
uses: ibiqlik/[email protected]
Expand All @@ -52,7 +52,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Find changed go files
id: changed-go-files
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint dockerfile (hadolint)
uses: hadolint/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up context
id: project_context
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
store-data:
image: quay.io/minio/mc
container_name: client
depends_on:
depends_on:
- minio
volumes:
- .:/data
Expand Down

0 comments on commit 59a9f71

Please sign in to comment.