<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/32375f7a0ac324fa1283c3ef7f3d3d2d05aa3645">https://github.com/macports/macports-ports/commit/32375f7a0ac324fa1283c3ef7f3d3d2d05aa3645</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 32375f7a0ac ci: update to actions/checkout@v4
</span>32375f7a0ac is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 32375f7a0ac324fa1283c3ef7f3d3d2d05aa3645
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Wed Oct 4 11:19:58 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    ci: update to actions/checkout@v4
</span>---
 .github/workflows/main.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 69061b0e2d0..91fe22b2228 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,15 +27,17 @@ jobs:
</span> 
     steps:
       - name: Checkout ports
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        uses: actions/checkout@v3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        uses: actions/checkout@v4
</span>         with:
           fetch-depth: 64
           path: ports
<span style='display:block; white-space:pre;background:#e0ffe0;'>+          show-progress: false
</span>       - name: Checkout mpbb
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        uses: actions/checkout@v3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        uses: actions/checkout@v4
</span>         with:
           repository: macports/mpbb
           path: mpbb
<span style='display:block; white-space:pre;background:#e0ffe0;'>+          show-progress: false
</span>       - name: Bootstrap MacPorts
         run: . ports/.github/workflows/bootstrap.sh
       - name: Determine list of changed ports
</pre><pre style='margin:0'>

</pre>