-
Couldn't load subscription status.
- Fork 3k
chore(deps): update github-actions (maint-27) (major) #9959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate-bot
wants to merge
1
commit into
erlang:maint-27
Choose a base branch
from
renovate-bot:renovate/maint-27-major-github-actions
base: maint-27
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ jobs: | |
| app-id: ${{ secrets.APP_ID }} | ||
| private-key: ${{ secrets.APP_PEM }} | ||
|
|
||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| with: | ||
| token: ${{ steps.generate_token.outputs.token }} | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ jobs: | |
| runs-on: 'ubuntu-latest' | ||
| name: 'ratchet' | ||
| steps: | ||
| - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/[email protected] | ||
| - uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # v5.0.0 | ||
| - id: files | ||
| run: | | ||
| FILES=$(find .github/ -name "*.yml" -o -name "*.yaml" -printf "%p ") | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -63,7 +63,7 @@ jobs: | |
| c-code-changes: ${{ steps.c-code-changes.outputs.changes }} | ||
| all: ${{ steps.apps.outputs.all }} | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - uses: ./.github/actions/build-base-image | ||
| with: | ||
| BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
|
@@ -117,7 +117,7 @@ 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: otp_git_archive | ||
| path: otp_archive.tar.gz | ||
|
|
@@ -161,7 +161,7 @@ jobs: | |
| "`pwd`/.github/otp.tar.gz" \ | ||
| "`pwd`/otp_archive.tar.gz" | ||
| - name: Upload restored cache | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| if: runner.debug == 1 | ||
| with: | ||
| name: restored-cache | ||
|
|
@@ -188,7 +188,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/*" \! -path "./erts/preloaded/*" | xargs tar --transform "s:^./:otp/:" -uvf /github/otp_cache.tar' | ||
| gzip otp_cache.tar | ||
| - name: Upload pre-built tar archives | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: otp_prebuilt | ||
| path: | | ||
|
|
@@ -204,10 +204,10 @@ jobs: | |
| WXWIDGETS_VERSION: 3.2.6 | ||
| MACOS_VERSION: 15 | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
|
|
||
| - name: Download source archive | ||
| uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0 | ||
| uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | ||
| with: | ||
| name: otp_prebuilt | ||
|
|
||
|
|
@@ -239,7 +239,7 @@ jobs: | |
| ./bin/erl -noshell -eval '{wx_ref,_,_,_} = wx:new(), io:format("wx ok~n"), halt().' | ||
|
|
||
| - name: Upload tarball | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: otp_prebuilt_macos_x86-64 | ||
| path: otp/otp_macos_*_x86-64.tar.gz | ||
|
|
@@ -252,9 +252,9 @@ jobs: | |
| runs-on: macos-15 | ||
| needs: pack | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - name: Download source archive | ||
| uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0 | ||
| uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | ||
| with: | ||
| name: otp_prebuilt | ||
|
|
||
|
|
@@ -273,7 +273,7 @@ jobs: | |
| xcodebuild -create-xcframework -output ./liberlang.xcframework -library liberlang.a | ||
|
|
||
| - name: Upload framework | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: ios_framework_${{ env.TARGET_ARCH }} | ||
| path: otp/liberlang.xcframework | ||
|
|
@@ -285,11 +285,11 @@ jobs: | |
| env: | ||
| WXWIDGETS_VERSION: 3.2.6 | ||
| name: Build Erlang/OTP (Windows) | ||
| runs-on: windows-2022 | ||
| runs-on: windows-2025 | ||
| needs: pack | ||
| if: needs.pack.outputs.c-code-changes | ||
| steps: | ||
| - uses: Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # ratchet:Vampire/setup-wsl@v5.0.1 | ||
| - uses: Vampire/setup-wsl@6a8db447be7ed35f2f499c02c6e60ff77ef11278 # v6.0.0 | ||
| with: | ||
| distribution: Ubuntu-18.04 | ||
|
|
||
|
|
@@ -345,7 +345,7 @@ jobs: | |
| nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc | ||
|
|
||
| - name: Download source archive | ||
| uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0 | ||
| uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | ||
| with: | ||
| name: otp_prebuilt | ||
|
|
||
|
|
@@ -373,7 +373,7 @@ jobs: | |
| ./otp_build installer_win32 | ||
|
|
||
| - name: Upload installer | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: otp_win32_installer | ||
| path: otp/release/win32/otp*.exe | ||
|
|
@@ -385,7 +385,7 @@ jobs: | |
| if: needs.pack.outputs.c-code-changes | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - uses: ./.github/actions/build-base-image | ||
| with: | ||
| BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
|
@@ -413,7 +413,7 @@ jobs: | |
| fail-fast: false | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - uses: ./.github/actions/build-base-image | ||
| with: | ||
| BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
|
@@ -424,7 +424,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| needs: pack | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - uses: ./.github/actions/build-base-image | ||
| with: | ||
| BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
|
@@ -446,12 +446,12 @@ jobs: | |
| - name: Release docs to publish | ||
| run: .github/scripts/release-docs.sh | ||
| - name: Upload html documentation archive | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: otp_doc_html | ||
| path: otp_doc_html.tar.gz | ||
| - name: Upload man documentation archive | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: otp_doc_man | ||
| path: otp_doc_man.tar.gz | ||
|
|
@@ -469,7 +469,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| needs: pack | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - uses: ./.github/actions/build-base-image | ||
| with: | ||
| BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
|
@@ -498,7 +498,7 @@ jobs: | |
| # type: ["os_mon","sasl"] | ||
| fail-fast: false | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - uses: ./.github/actions/build-base-image | ||
| with: | ||
| BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
|
@@ -539,7 +539,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@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| if: ${{ !cancelled() }} | ||
| with: | ||
| name: ${{ matrix.type }}_test_results | ||
|
|
@@ -551,12 +551,12 @@ jobs: | |
| if: ${{ !cancelled() }} # Run even if the need has failed | ||
| needs: test | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - uses: ./.github/actions/build-base-image | ||
| with: | ||
| BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
| - name: Download test results | ||
| uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0 | ||
| uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | ||
| - name: Merge test results | ||
| run: | | ||
| shopt -s nullglob | ||
|
|
@@ -591,14 +591,14 @@ jobs: | |
| -e 's:\(file="erts/\)make_test_dir/[^/]*:\1test:g' \ | ||
| make_test_dir/*_junit.xml | ||
| - name: Upload test results | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| if: ${{ !cancelled() }} | ||
| with: | ||
| name: test_results | ||
| path: test_results.tar.gz | ||
| - name: Upload Test Results | ||
| if: ${{ !cancelled() }} | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: Unit Test Results | ||
| path: | | ||
|
|
@@ -625,19 +625,19 @@ jobs: | |
| echo "tag=${TAG}" >> $GITHUB_OUTPUT | ||
| echo "vsn=${VSN}" >> $GITHUB_OUTPUT | ||
|
|
||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
|
|
||
| ## Publish the pre-built archive and docs | ||
| - name: Download source archive | ||
| uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0 | ||
| uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | ||
| with: | ||
| name: otp_prebuilt | ||
| - name: Download html docs | ||
| uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0 | ||
| uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | ||
| with: | ||
| name: otp_doc_html | ||
| - name: Download man docs | ||
| uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0 | ||
| uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | ||
| with: | ||
| name: otp_doc_man | ||
|
|
||
|
|
@@ -675,7 +675,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Upload | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected] | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: Event File | ||
| path: ${{ github.event_path }} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ jobs: | |
| outputs: | ||
| versions: ${{ steps.get-versions.outputs.versions }} | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - id: get-versions | ||
| name: Fetch latest 3 OTP versions | ||
| run: | | ||
|
|
@@ -58,7 +58,7 @@ jobs: | |
| permissions: | ||
| actions: write | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| with: | ||
| ref: ${{ matrix.type }} | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,14 +35,14 @@ permissions: | |
|
|
||
| jobs: | ||
| pr-number: | ||
| runs-on: ubuntu-20.04 | ||
| runs-on: ubuntu-24.04 | ||
| if: github.repository == 'erlang/otp' | ||
| permissions: | ||
| issues: read | ||
| outputs: | ||
| result: ${{ steps.pr-number.outputs.result }} | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - name: Fetch PR number | ||
| id: pr-number | ||
| env: | ||
|
|
@@ -61,17 +61,17 @@ jobs: | |
| pull-requests: write | ||
| if: github.event.action == 'requested' && needs.pr-number.outputs.result != '' | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| ## We create an initial comment with some useful help to the user | ||
| - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # ratchet:actions/github-script@v7.0.1 | ||
| - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 | ||
| with: | ||
| script: | | ||
| const script = require('./.github/scripts/pr-comment.js'); | ||
| return await script({github, context, state: 'starting', | ||
| pr_number: ${{ needs.pr-number.outputs.result }} }); | ||
|
|
||
| finished-tests: | ||
| runs-on: ubuntu-20.04 | ||
| runs-on: ubuntu-24.04 | ||
| needs: pr-number | ||
| ## Limit concurrency so that only one job deploys to erlang.github.io | ||
| concurrency: erlang.github.io-deploy | ||
|
|
@@ -84,7 +84,7 @@ jobs: | |
| needs.pr-number.outputs.result != '' && | ||
| github.event.workflow_run.conclusion != 'skipped' | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - name: Download and Extract Artifacts | ||
| id: extract | ||
| env: | ||
|
|
@@ -109,7 +109,7 @@ jobs: | |
| echo "HAS_TEST_ARTIFACTS=false" >> $GITHUB_OUTPUT | ||
| fi | ||
|
|
||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| with: | ||
| token: ${{ secrets.ERLANG_TOKEN }} | ||
| repository: 'erlang/erlang.github.io' | ||
|
|
@@ -152,7 +152,7 @@ jobs: | |
|
|
||
| ## Append some useful links and tips to the test results posted by | ||
| ## Publish CT Test Results | ||
| - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # ratchet:actions/github-script@v7.0.1 | ||
| - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 | ||
| if: always() | ||
| with: | ||
| script: | | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,10 +33,10 @@ jobs: | |
| sync-prs: | ||
| if: github.repository == 'erlang/otp' | ||
| concurrency: erlang.github.io-deploy | ||
| runs-on: ubuntu-20.04 | ||
| runs-on: ubuntu-24.04 | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| with: | ||
| token: ${{ secrets.ERLANG_TOKEN }} | ||
| repository: 'erlang/erlang.github.io' | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,7 +41,7 @@ jobs: | |
| contents: write | ||
| actions: write | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| ## We need to login to the package registry in order to pull | ||
| ## the base debian image. | ||
| - name: Docker login | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,7 +47,7 @@ jobs: | |
| fail-fast: false | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
| with: | ||
| ref: ${{ matrix.branch }} | ||
| - name: Cleanup GH Runner | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this change was causing issues for us.
mknsis.exe does not exists there, so no Windows installers are created