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(master): release 2.2.0 #540

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 17, 2023

🤖 I have created a release beep boop

2.2.0 (2023-04-02)

Features


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--master--components--actions branch from 5d0cd63 to 90e57e4 Compare April 2, 2023 08:27
@bh
Copy link

bh commented May 26, 2023

Works fine!

.github/workflows/actions/setup-asdf/action.yaml:

name: "Setup asdf"
runs:
  using: "composite"
  steps:
    - name: Setup asdf
      uses: asdf-vm/actions/setup@release-please--branches--master--components--actions

    - name: Cache asdf
      uses: actions/cache@v2
      with:
        path: |
          /home/ci/.asdf
        key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
        restore-keys: |
          ${{ runner.os }}-asdf-

    - name: Install dependencies in .tool-versions
      uses: asdf-vm/actions/install@release-please--branches--master--components--actions

@jthegedus jthegedus merged commit 6a44239 into master May 28, 2023
@jthegedus jthegedus deleted the release-please--branches--master--components--actions branch May 28, 2023 13:01
@github-actions
Copy link
Contributor Author

@jthegedus
Copy link
Contributor

Thanks for testing @bh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants