Skip to content

Commit

Permalink
build(deps): bump pantsbuild/actions from 8 to 9 (#2464)
Browse files Browse the repository at this point in the history
Bumps [pantsbuild/actions](https://github.com/pantsbuild/actions) from 8 to 9.
- [Release notes](https://github.com/pantsbuild/actions/releases)
- [Commits](pantsbuild/actions@d64f381...d767b35)

---
updated-dependencies:
- dependency-name: pantsbuild/actions
  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] authored Nov 25, 2024
1 parent f1e3d0c commit 3cb218c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: "3.11"
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@d64f38147540d5607bfb8d812f95d5285a8cff3d # v8
uses: pantsbuild/actions/init-pants@d767b356a10c6c50fc0db0ddc215611b300b226b # v9
with:
gha-cache-key: "v0-${{ runner.os }}"
named-caches-hash: "${{ hashFiles('pants*toml') }}"
Expand All @@ -44,7 +44,7 @@ jobs:
with:
python-version: "3.11"
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@d64f38147540d5607bfb8d812f95d5285a8cff3d # v8
uses: pantsbuild/actions/init-pants@d767b356a10c6c50fc0db0ddc215611b300b226b # v9
with:
gha-cache-key: "v0-${{ runner.os }}"
named-caches-hash: "${{ hashFiles('pants*toml') }}"
Expand All @@ -70,7 +70,7 @@ jobs:
with:
python-version: "3.11"
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@d64f38147540d5607bfb8d812f95d5285a8cff3d # v8
uses: pantsbuild/actions/init-pants@d767b356a10c6c50fc0db0ddc215611b300b226b # v9
with:
gha-cache-key: "v0-${{ runner.os }}"
named-caches-hash: "${{ hashFiles('pants*toml') }}"
Expand All @@ -86,7 +86,7 @@ jobs:
with:
python-version: "3.11"
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@d64f38147540d5607bfb8d812f95d5285a8cff3d # v8
uses: pantsbuild/actions/init-pants@d767b356a10c6c50fc0db0ddc215611b300b226b # v9
with:
gha-cache-key: "v0-${{ runner.os }}"
named-caches-hash: "${{ hashFiles('pants*toml') }}"
Expand All @@ -106,7 +106,7 @@ jobs:
with:
python-version: "3.11"
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@d64f38147540d5607bfb8d812f95d5285a8cff3d # v8
uses: pantsbuild/actions/init-pants@d767b356a10c6c50fc0db0ddc215611b300b226b # v9
with:
gha-cache-key: "v0-${{ runner.os }}"
named-caches-hash: "${{ hashFiles('pants*toml') }}"
Expand Down

0 comments on commit 3cb218c

Please sign in to comment.