Skip to content

Commit

Permalink
chore(deps): update asdf-vm/actions digest to 6278efe
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 26, 2024
1 parent 0ce6fb3 commit 79cab89
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 79cab89

Please sign in to comment.