Skip to content

Commit

Permalink
Merge pull request #6 from xbgmsharp/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
xbgmsharp authored Apr 7, 2024
2 parents 28ccc9e + d966d34 commit 327324d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/db-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set env
run: cp .env.example .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set env
run: cp .env.example .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grafana-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set env
run: cp .env.example .env
Expand Down

0 comments on commit 327324d

Please sign in to comment.