This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 318c2cdc71 Bump actions/setup-python from 4.6.0 to 4.6.1 (#1489)
318c2cdc71 is described below

commit 318c2cdc71a35ac35f36f78b067dc535ed19b362
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 25 11:50:05 2023 +0000

    Bump actions/setup-python from 4.6.0 to 4.6.1 (#1489)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 
4.6.0 to 4.6.1.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - 
[Commits](https://github.com/actions/setup-python/compare/57ded4d7d5e986d7296eab16560982c6dd7c923b...bd6b4b6205c4dbad673328db7b31b7fab9e241c0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/benchmark.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 8d6b388e27..781c18a31c 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -186,7 +186,7 @@ jobs:
           ref: gh-pages
 
       - name: Setup Python 3
-        uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b   
# 4.6.0
+        uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0   
# 4.6.1
         with:
           python-version: 3.x
 

Reply via email to