Skip to content

Commit

Permalink
chore: security patch updates (#98)
Browse files Browse the repository at this point in the history
* update githubactions

* security patches

* update gems
  • Loading branch information
salza80 authored Apr 22, 2024
1 parent f9a8d08 commit 80bbd34
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 205 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

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

- name: Install AWS CLI
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

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

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

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

- name: Install AWS CLI
run: |
Expand Down
Loading

0 comments on commit 80bbd34

Please sign in to comment.