Skip to content

Commit 1ac1f8b

Browse files
ci(deps): update github actions
1 parent 9436fe2 commit 1ac1f8b

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v4.2.2
18+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919

2020
- name: build and push image
21-
uses: mr-smithers-excellent/docker-build-push@f8f78238603ab7953b961d99dc93ef0701295c60 # v6
21+
uses: mr-smithers-excellent/docker-build-push@a4dc055191e5c80b01c04d2525d545efb5712b2b # v6
2222
with:
2323
image: errbot-hl
2424
registry: ghcr.io

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
statuses: write
2020
steps:
21-
- uses: amannn/action-semantic-pull-request@95af3b9b31c4e8a73ba942334cfdac3cdf7618c7
21+
- uses: amannn/action-semantic-pull-request@677b89571e961351de6fcbd96c8b2503787962e2
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Python
17-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
17+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
1818
with:
19-
python-version: "3.11"
19+
python-version: "3.13"
2020
- name: Install pypa/build
2121
run: >-
2222
python3 -m pip install build --user
@@ -42,7 +42,7 @@ jobs:
4242
id-token: write # IMPORTANT: mandatory for trusted publishing
4343
steps:
4444
- name: Download all the dists
45-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
45+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
4646
with:
4747
name: python-package-distributions
4848
path: dist/

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
2121

2222
steps:
23-
- uses: actions/checkout@v4.2.2
23+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5.2.0
25+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
contents: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/create-github-app-token@e995b4e40ace2eb5bf13137d9abe242c98f3aab6 # v1
16+
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
1717
id: app-token
1818
with:
1919
app-id: ${{ vars.GET_TOKEN_APP_ID }}
2020
private-key: ${{ secrets.GET_TOKEN_APP_PRIVATE_KEY }}
2121
# bootstrap-sha and release-as needs to be removed after first release
2222
- name: Release
23-
uses: google-github-actions/release-please-action@1ddb669c677d585663a83fc535edc428954c4aeb # ratchet:google-github-actions/release-please-action@v3
23+
uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
2424
with:
2525
release-type: python
2626
token: ${{ steps.app-token.outputs.token }}

.github/workflows/update_release_branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout branch
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # ratchet:actions/checkout@v3
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 # ratchet:actions/checkout@v3
1717
- name: Set release version
1818
id: set_release_version
1919
env:
@@ -22,6 +22,6 @@ jobs:
2222
file=$(find . -name "version.py")
2323
version_number=${HEAD_COMMIT_TITLE##* }
2424
sed -i "s/^VERSION .*$/VERSION = \"$version_number\"/" $file
25-
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
25+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
2626
with:
2727
commit_message: set release version

0 commit comments

Comments
 (0)