Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-dependency-glob: '**/pyproject.toml'

- name: Calver calculate version
uses: StephaneBour/actions-calver@master
uses: StephaneBour/actions-calver@a9d6843abbe165bcc6497584cc08c3a42bb0c188 # master
id: calver
with:
date_format: '%Y.%m.%d'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

# We have seen issues with running out of disk space on test_docker
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # main
if: matrix.ci_pattern == 'tests/mock_vws/test_docker.py'
with:
# All of these default to true (meaning they are removed).
Expand Down
Loading