Skip to content

Commit 2ed92eb

Browse files
Bump the actions group in /.github/workflows with 2 updates (#225)
* Bump the actions group in /.github/workflows with 2 updates Bumps the actions group in /.github/workflows with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 6 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * Adding hashes * Fix typo --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
1 parent 935232a commit 2ed92eb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2424

2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
allow-prereleases: true
@@ -41,9 +41,9 @@ jobs:
4141

4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4545
- name: Use Node.js 15
46-
uses: actions/setup-node@v6.3.0
46+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4747
with:
4848
node-version: '15'
4949
- name: Install jest
@@ -59,17 +59,17 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout source
62-
uses: actions/checkout@v6
62+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6363
- name: Set up Python 3.12
64-
uses: actions/setup-python@v6
64+
uses: actions/setup-python@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6565
with:
6666
python-version: 3.12
6767
- name: Build package
6868
run: |
6969
python -m pip install -U pip build
7070
python -m build --sdist --wheel .
7171
- name: Publish
72-
uses: pypa/gh-action-pypi-publish@v1.14.0
72+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
7373
with:
7474
user: __token__
7575
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)