Skip to content

Commit

Permalink
Merge branch 'main' into iakov/gha_ci_mac_linux
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored Jul 3, 2024
2 parents df7befa + 785ae56 commit 107f34f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ updates:
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
Script_Name: TRIKLobeServer

steps:
- uses: actions/checkout@v2
- uses: benjlevesque/short-sha@v1.2
- uses: actions/checkout@v4
- uses: benjlevesque/short-sha@v3.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Build single app for ${{ env.SCRIPT_NAME }}
run: pyinstaller ${{ env.SCRIPT_NAME }}.py --icon=trik-studio.ico --onefile
- name: Archive artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.SCRIPT_NAME }}-${{ runner.os }}-${{ env.SHA }}
path: |
Expand Down

0 comments on commit 107f34f

Please sign in to comment.