Skip to content

Commit

Permalink
Upgrade setup-msfs-sdk to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
koesie10 committed Sep 27, 2024
1 parent 5ede17e commit bc0a66a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Setup MSFS SDK
uses: koesie10/setup-msfs-sdk@v1
uses: koesie10/setup-msfs-sdk@v2
with:
url: ${{ secrets.MSFS_SDK_URL }}
- name: Install Yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
languages: ${{ matrix.language }}

- name: Setup MSFS SDK
uses: koesie10/setup-msfs-sdk@v1
uses: koesie10/setup-msfs-sdk@v2
with:
url: ${{ secrets.MSFS_SDK_URL }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'
- name: Setup MSFS SDK
uses: koesie10/setup-msfs-sdk@v1
uses: koesie10/setup-msfs-sdk@v2
with:
url: ${{ secrets.MSFS_SDK_URL }}
- name: Install Yarn
Expand Down

0 comments on commit bc0a66a

Please sign in to comment.