From 6e10878826ec93236dff99ce20c8f8b275a4b240 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Feb 2024 00:15:35 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/actions-updater.yaml | 2 +- .github/workflows/add-to-project.yaml | 2 +- .github/workflows/main.yaml | 40 +++++++++++++------------- .github/workflows/pr-comment.yaml | 2 +- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/actions-updater.yaml b/.github/workflows/actions-updater.yaml index cb62d4828523..50fe922a67dd 100644 --- a/.github/workflows/actions-updater.yaml +++ b/.github/workflows/actions-updater.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1.7.0 + uses: actions/create-github-app-token@v1.8.0 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }} diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index d01d68e3c8cb..9eebabd209d0 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1.7.0 + uses: actions/create-github-app-token@v1.8.0 with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PEM }} diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 09f8d68447c9..e6e91a17dc9c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -54,7 +54,7 @@ jobs: ALL_APPS=$(grep '^[a-z_]*:' .github/scripts/path-filters.yaml | sed 's/:.*$//') ALL_APPS=$(jq -n --arg inarr "${ALL_APPS}" '$inarr | split("\n")' | tr '\n' ' ') echo "all=${ALL_APPS}" >> $GITHUB_OUTPUT - - uses: dorny/paths-filter@v3.0.0 + - uses: dorny/paths-filter@v3.0.1 id: app-changes with: filters: .github/scripts/path-filters.yaml @@ -86,11 +86,11 @@ jobs: - name: Create initial pre-release tar run: .github/scripts/init-pre-release.sh otp_archive.tar.gz otp_src.tar.gz - name: Upload source tar archive - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: otp_git_archive path: otp_archive.tar.gz - - uses: dorny/paths-filter@v3.0.0 + - uses: dorny/paths-filter@v3.0.1 id: cache with: filters: | @@ -129,7 +129,7 @@ jobs: "`pwd`/.github/otp.tar.gz" \ "`pwd`/otp_archive.tar.gz" - name: Upload restored cache - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: runner.debug == 1 with: name: restored-cache @@ -156,7 +156,7 @@ jobs: bash -c 'set -x; C_APPS=$(ls -d ./lib/*/c_src); find Makefile ./make ./erts ./bin/`erts/autoconf/config.guess` ./lib/erl_interface ./lib/jinterface ${C_APPS} `echo "${C_APPS}" | sed -e 's:c_src$:priv:'` -type f -newer README.md \! -name "*.beam" \! -path "*/doc/*" | xargs tar --transform "s:^./:otp/:" -uvf /github/otp_cache.tar' gzip otp_cache.tar - name: Upload pre-built tar archives - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: otp_prebuilt path: | @@ -173,7 +173,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Download source archive - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: name: otp_prebuilt @@ -205,7 +205,7 @@ jobs: ./bin/erl -noshell -eval '{wx_ref,_,_,_} = wx:new(), io:format("wx ok~n"), halt().' - name: Upload tarball - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: otp_prebuilt_macos_x86-64 path: otp/otp_macos_*_x86-64.tar.gz @@ -220,7 +220,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Download source archive - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: name: otp_prebuilt @@ -239,7 +239,7 @@ jobs: xcodebuild -create-xcframework -output ./liberlang.xcframework -library liberlang.a - name: Upload framework - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: ios_framework_${{ env.TARGET_ARCH }} path: otp/liberlang.xcframework @@ -254,7 +254,7 @@ jobs: runs-on: windows-2022 needs: pack steps: - - uses: Vampire/setup-wsl@v2.0.2 + - uses: Vampire/setup-wsl@v3.0.0 with: distribution: Ubuntu-18.04 @@ -310,7 +310,7 @@ jobs: nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc - name: Download source archive - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: name: otp_prebuilt @@ -338,7 +338,7 @@ jobs: ./otp_build installer_win32 - name: Upload installer - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: otp_win32_installer path: otp/release/win32/otp*.exe @@ -413,7 +413,7 @@ jobs: sudo chown -R `whoami` docs cd docs && tar czf ../otp_doc_html.tar.gz * - name: Upload html documentation archive - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: otp_doc_html path: otp_doc_html.tar.gz @@ -491,7 +491,7 @@ jobs: sudo bash -c "chown -R `whoami` make_test_dir && chmod -R +r make_test_dir" tar czf ${{ matrix.type }}_test_results.tar.gz make_test_dir - name: Upload test results - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: ${{ !cancelled() }} with: name: ${{ matrix.type }}_test_results @@ -508,7 +508,7 @@ jobs: with: BASE_BRANCH: ${{ env.BASE_BRANCH }} - name: Download test results - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 - name: Merge test results run: | shopt -s nullglob @@ -538,14 +538,14 @@ jobs: -e 's:\(file="erts/\)make_test_dir/[^/]*:\1test:g' \ make_test_dir/*_junit.xml - name: Upload test results - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: ${{ !cancelled() }} with: name: test_results path: test_results.tar.gz - name: Upload Test Results if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: Unit Test Results path: | @@ -573,11 +573,11 @@ jobs: ## Publish the pre-built archive and docs - name: Download source archive - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: name: otp_prebuilt - name: Download html docs - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: name: otp_doc_html @@ -615,7 +615,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: Event File path: ${{ github.event_path }} diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index d4f055a5faf9..aa54cee8f2f4 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -95,7 +95,7 @@ jobs: path: erlang.github.io - name: Publish CT Test Results - uses: EnricoMi/publish-unit-test-result-action@v2.12.0 + uses: EnricoMi/publish-unit-test-result-action@v2.14.0 if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true' with: commit: ${{ github.event.workflow_run.head_sha }}