<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7b1d068859991b06a0520453e985be4b7a2c54cf">https://github.com/macports/macports-ports/commit/7b1d068859991b06a0520453e985be4b7a2c54cf</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 7b1d0688599 .github: update actions to v3
</span>7b1d0688599 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7b1d068859991b06a0520453e985be4b7a2c54cf
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Sun May 8 09:40:03 2022 +0300

<span style='display:block; white-space:pre;color:#404040;'>    .github: update actions to v3
</span>---
 .github/workflows/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 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 099a91f2677..57a895f63e1 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;'>@@ -24,12 +24,12 @@ jobs:
</span> 
     steps:
       - name: Checkout ports
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        uses: actions/checkout@v2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        uses: actions/checkout@v3
</span>         with:
           fetch-depth: 64
           path: ports
       - name: Checkout mpbb
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        uses: actions/checkout@v2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        uses: actions/checkout@v3
</span>         with:
           repository: macports/mpbb
           path: mpbb
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -181,7 +181,7 @@ jobs:
</span>             -exec chmod -R go+rX {} \;
       - name: Archive build logs
         if: always()
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        uses: actions/upload-artifact@v2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        uses: actions/upload-artifact@v3
</span>         with:
           name: logs-${{ matrix.os }}.zip
           path: /tmp/mpbb/*/logs
</pre><pre style='margin:0'>

</pre>