]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump GitHub Actions (#116944)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 18 Mar 2024 08:44:15 +0000 (10:44 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 08:44:15 +0000 (10:44 +0200)
.github/workflows/build.yml
.github/workflows/lint.yml
.github/workflows/project-updater.yml

index e36859e728b67fafeabdcd8ff2d0fd1e52508ee9..9e236534ae377073c2e779d2562892895fd2495a 100644 (file)
@@ -97,7 +97,7 @@ jobs:
       - name: Get a list of the changed documentation-related files
         if: github.event_name == 'pull_request'
         id: changed-docs-files
-        uses: Ana06/get-changed-files@v2.2.0
+        uses: Ana06/get-changed-files@v2.3.0
         with:
           filter: |
             Doc/**
index 4a70ec6205a05bbd8fa6415f47b19a6f7608109f..ccde03f91983df0364bc3f98195ce5d87e3ed3fa 100644 (file)
@@ -23,4 +23,4 @@ jobs:
       - uses: actions/setup-python@v5
         with:
           python-version: "3.x"
-      - uses: pre-commit/action@v3.0.0
+      - uses: pre-commit/action@v3.0.1
index 7574bfc208ff76839fba3bdaf760c931869c447a..56e508d453c346f8ee9c97a95d677b640f27718d 100644 (file)
@@ -23,7 +23,7 @@ jobs:
           - { project: 32, label: sprint }
 
     steps:
-      - uses: actions/add-to-project@v0.1.0
+      - uses: actions/add-to-project@v0.6.0
         with:
           project-url: https://github.com/orgs/python/projects/${{ matrix.project }}
           github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}