Skip to content

Commit

Permalink
fix: update other actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackOnMorty committed Oct 2, 2024
1 parent 503ba58 commit 801f40f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/SSW.SophieBot.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ jobs:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4

- name: Use Node 16.x
uses: actions/setup-node@v2.4.0
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
- name: Use BF CLI
run: npm install -g @microsoft/botframework-cli
- name: Use .Net sdk 6.0.x
uses: actions/setup-dotnet@v1.9.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"

- name: Create appsettings file
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "appsettings.json"
json: ${{ secrets.BOT_APP_APPSETTINGS }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/SSW.SophieBot.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ jobs:
runs-on: ubuntu-latest
environment: prod
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4

- name: Use Node 16.x
uses: actions/setup-node@v2.4.0
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
- name: Use BF CLI
run: npm install -g @microsoft/botframework-cli
- name: Use .Net sdk 6.0.x
uses: actions/setup-dotnet@v1.9.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"

- name: Create appsettings file
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "appsettings.json"
json: ${{ secrets.BOT_APP_APPSETTINGS }}
Expand Down

0 comments on commit 801f40f

Please sign in to comment.