Skip to content

Commit

Permalink
chore: use latest GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Nov 4, 2023
1 parent 049c205 commit 9cb27ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
node-version: [18, 20]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}.x
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18.x
registry-url: "https://registry.npmjs.org"
Expand Down
7 changes: 3 additions & 4 deletions sam-test-project/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ Transform:
Metadata:
slicWatch:
enabled: true
alarmActionsConfig: {
alarmActions: [!Ref MonitoringTopic],
okActions: [!Ref MonitoringTopic],
alarmActionsConfig:
alarmActions: [!Ref MonitoringTopic]
okActions: [!Ref MonitoringTopic]
actionsEnabled: true
}
alarms:
Lambda:
Invocations:
Expand Down

0 comments on commit 9cb27ca

Please sign in to comment.