Skip to content

Commit

Permalink
Merge pull request #60 from mhrabovcin/dependabot/github_actions/asdf…
Browse files Browse the repository at this point in the history
…-vm/actions-3.0.0

chore(deps): bump asdf-vm/actions from 2.2.0 to 3.0.0
  • Loading branch information
mhrabovcin committed Oct 11, 2023
2 parents b8d62c1 + 8705c55 commit 4c3b46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install asdf
uses: asdf-vm/actions/install@v2.2.0
uses: asdf-vm/actions/install@v3.0.0
with:
asdf_branch: v0.11.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Install tools via asdf
uses: asdf-vm/actions/install@v2.2.0
uses: asdf-vm/actions/install@v3.0.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 4c3b46d

Please sign in to comment.