Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update asdf-vm/actions digest to 6278efe #18

Merged
merged 1 commit into from
Jun 26, 2024
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
go-version: ^1.21
- uses: actions/checkout@v4
- name: setup asdf
uses: asdf-vm/actions/setup@3dcedf44f74a5d84ca0aacf1e1b0c18649db6f01
uses: asdf-vm/actions/setup@6278efebb38ae025cc91dd008910f549e775a8c8
- name: set env ASDF_PYTHON_DEFAULT_PACKAGES_FILE
run: |
export ASDF_PYTHON_DEFAULT_PACKAGES_FILE=$(pwd)
Expand All @@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-asdf-
- name: asdf install
if: steps.asdf_cache_id.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@3dcedf44f74a5d84ca0aacf1e1b0c18649db6f01
uses: asdf-vm/actions/install@6278efebb38ae025cc91dd008910f549e775a8c8
- name: pre-commit install
run: pre-commit install
- name: asdf go cache
Expand Down
Loading