Skip to content

Commit c73a7ee

Browse files
Merge pull request #17 from Bandwidth/SWI-9919
2 parents e6c49f1 + 4ecc1ec commit c73a7ee

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Update the ${{ env.TAG_NAME }} tag
23-
uses: actions/publish-action@v0.3.0
23+
uses: actions/publish-action@v0.4.0
2424
with:
2525
source-tag: ${{ env.TAG_NAME }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Test the action on success
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Success
1717
run: exit 0
@@ -29,7 +29,7 @@ jobs:
2929
name: Test the action on failure
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Failure
3535
run: exit 1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# macOS system files
22
.DS_Store
3+
node_modules

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ inputs:
88
slack-channel:
99
description: 'Destination channel to send messages'
1010
runs:
11-
using: 'node20'
11+
using: 'node24'
1212
main: 'index.js'

0 commit comments

Comments
 (0)