Skip to content

Commit

Permalink
build(deps): bump kota65535/github-asdf-parse-action from 1.1.0 to 2.…
Browse files Browse the repository at this point in the history
…0.0 (#88)

Bumps [kota65535/github-asdf-parse-action](https://github.com/kota65535/github-asdf-parse-action) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/kota65535/github-asdf-parse-action/releases)
- [Commits](kota65535/github-asdf-parse-action@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: kota65535/github-asdf-parse-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 16, 2024
1 parent b1af9eb commit 4daa3e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: ASDF Parse
uses: kota65535/github-asdf-parse-action@v1.1.0
uses: kota65535/github-asdf-parse-action@v2.0.0
id: versions
- uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: ASDF Parse
uses: kota65535/github-asdf-parse-action@v1.1.0
uses: kota65535/github-asdf-parse-action@v2.0.0
id: versions
- uses: actions/setup-python@v5
with:
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: ASDF Parse
uses: kota65535/github-asdf-parse-action@v1.1.0
uses: kota65535/github-asdf-parse-action@v2.0.0
id: versions
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: ASDF Parse
uses: kota65535/github-asdf-parse-action@v1.1.0
uses: kota65535/github-asdf-parse-action@v2.0.0
id: versions
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: ASDF Parse
uses: kota65535/github-asdf-parse-action@v1.1.0
uses: kota65535/github-asdf-parse-action@v2.0.0
id: versions
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 4daa3e3

Please sign in to comment.