Skip to content

Commit

Permalink
Update action deps, add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin committed Jul 24, 2023
1 parent 32627a5 commit 11fe8ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
6 changes: 3 additions & 3 deletions .github/workflows/retrobar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install nbgv
uses: dotnet/[email protected].0
uses: dotnet/[email protected].1

- name: Publish app
run: dotnet publish -p:PublishProfile=$env:Profile -f $env:Framework
Expand All @@ -35,7 +35,7 @@ jobs:
run: cp DistLicense.txt RetroBar\bin\Release\${{ matrix.publishprofile[1] }}\publish-${{ matrix.publishprofile[0] }}\License.txt

- name: Upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: RetroBar ${{ matrix.publishprofile[0] == 'x86' && '32-bit' || matrix.publishprofile[0] == 'x64' && '64-bit' || 'ARM64' }}
path: |
Expand Down

0 comments on commit 11fe8ac

Please sign in to comment.