Skip to content

Commit

Permalink
Update workflows (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 authored Jan 25, 2025
1 parent 863d914 commit 01a1a03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up Python 3.13
- name: Set up Python 3
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.x'

- name: Cache Dependencies
id: cache-pip
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
run: gh pr merge --auto --squash "$PR_URL"
Expand Down

0 comments on commit 01a1a03

Please sign in to comment.