Skip to content

Commit

Permalink
Rewrite github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmcal committed Oct 14, 2023
1 parent b2e1e8d commit 3595e10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: ruby:3.2.2

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand All @@ -37,7 +37,7 @@ jobs:
image: ruby:3.2.2

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand All @@ -62,7 +62,7 @@ jobs:
image: ruby:3.2.2

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand All @@ -87,7 +87,7 @@ jobs:
image: ruby:3.2.2

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Bundler Audit
run: gem install bundler-audit
Expand All @@ -106,7 +106,7 @@ jobs:
image: ruby:3.2.2

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand All @@ -131,7 +131,7 @@ jobs:
image: node:18

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 3595e10

Please sign in to comment.