Skip to content

Commit

Permalink
build(deps): pin dependencies (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
Co-authored-by: Aki Kanellis <hello@akikanellis.com>
  • Loading branch information
aki-bot[bot] and akikanellis authored Apr 24, 2022
1 parent 1f6dc46 commit 8fe0112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install Python
# yamllint disable-line rule:line-length
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # tag=v3.1.2
with:
# renovate: datasource=docker depName=python versioning=docker
python-version: 3.10.4
Expand All @@ -35,7 +35,8 @@ jobs:
run: just install

- name: Cache Vagrant boxes
uses: actions/cache@v3.0.2
# yamllint disable-line rule:line-length
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
with:
path: ~/.vagrant.d/boxes
key: "${{ runner.os }}-\
Expand Down

0 comments on commit 8fe0112

Please sign in to comment.