mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Compare commits
3 Commits
dependabot
...
0.1.4
Author | SHA1 | Date | |
---|---|---|---|
aed575edc6 | |||
4cdcb65f3a | |||
b81df96990 |
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -7,4 +7,10 @@ updates:
|
||||
target-branch: "dev"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every weekday
|
||||
interval: "daily"
|
||||
interval: "daily"
|
||||
|
||||
# Maintain dependencies for pip
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4.5.0
|
||||
uses: actions/setup-python@v4.3.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
- uses: actions/checkout@v3 # just need the changelog
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4.5.0
|
||||
uses: actions/setup-python@v4.3.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
All notable changes to this project will be documented in this file
|
||||
|
||||
## Unreleased
|
||||
## 0.1.4 - 2022-10-30
|
||||
|
||||
### Changed
|
||||
|
||||
|
Reference in New Issue
Block a user