Skip to content

Commit a5e3533

Browse files
authored
chore(deps): bump the dependencies group with 3 updates (#145)
2 parents 5002855 + 5dabfd5 commit a5e3533

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
with:
2626
fetch-depth: 0
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
29+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
cache: "pip"
@@ -74,12 +74,12 @@ jobs:
7474
id-token: write # Required for PyPI trusted publishing
7575

7676
steps:
77-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
77+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7878
with:
7979
fetch-depth: 0
8080

8181
- name: Set up Python
82-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
82+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
8383
with:
8484
python-version: "3.10"
8585
cache: "pip"
@@ -97,15 +97,15 @@ jobs:
9797
python setup.py sdist bdist_wheel
9898
9999
- name: Publish package
100-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
100+
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
101101

102102
create-release:
103103
runs-on: ubuntu-latest
104104
if: startsWith(github.ref, 'refs/tags/v')
105105
needs: [publish]
106106

107107
steps:
108-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
108+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109109
with:
110110
fetch-depth: 0
111111

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: returntocorp/semgrep
1212
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
1313
steps:
14-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
with:
1616
fetch-depth: 0
1717
- run: semgrep ci --no-suppress-errors

0 commit comments

Comments
 (0)