Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and garazdawi committed Oct 26, 2023
1 parent ca0ac55 commit dd3e46c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PEM }}

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
token: ${{ steps.generate_token.outputs.token }}

Expand Down
21 changes: 10 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
changes: ${{ steps.changes.outputs.changes }}
all: ${{ steps.apps.outputs.all }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: ./.github/actions/build-base-image
with:
BASE_BRANCH: ${{ env.BASE_BRANCH }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
env:
WXWIDGETS_VERSION: 3.1.5
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Download source archive
uses: actions/[email protected]
Expand Down Expand Up @@ -200,8 +200,7 @@ jobs:
runs-on: macos-12
needs: pack
steps:
- uses: actions/[email protected]

- uses: actions/[email protected]
- name: Download source archive
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -333,7 +332,7 @@ jobs:
if: contains(needs.pack.outputs.changes, 'emulator')

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: ./.github/actions/build-base-image
with:
BASE_BRANCH: ${{ env.BASE_BRANCH }}
Expand All @@ -360,7 +359,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: ./.github/actions/build-base-image
with:
BASE_BRANCH: ${{ env.BASE_BRANCH }}
Expand All @@ -371,7 +370,7 @@ jobs:
runs-on: ubuntu-latest
needs: pack
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: ./.github/actions/build-base-image
with:
BASE_BRANCH: ${{ env.BASE_BRANCH }}
Expand Down Expand Up @@ -413,7 +412,7 @@ jobs:
runs-on: ubuntu-latest
needs: pack
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: ./.github/actions/build-base-image
with:
BASE_BRANCH: ${{ env.BASE_BRANCH }}
Expand Down Expand Up @@ -442,7 +441,7 @@ jobs:
# type: ["os_mon","sasl"]
fail-fast: false
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: ./.github/actions/build-base-image
with:
BASE_BRANCH: ${{ env.BASE_BRANCH }}
Expand Down Expand Up @@ -491,7 +490,7 @@ jobs:
if: always() # Run even if the need has failed
needs: test
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: ./.github/actions/build-base-image
with:
BASE_BRANCH: ${{ env.BASE_BRANCH }}
Expand Down Expand Up @@ -557,7 +556,7 @@ jobs:
echo "tag=${TAG}" >> $GITHUB_OUTPUT
echo "vsn=${VSN}" >> $GITHUB_OUTPUT
- uses: actions/[email protected].0
- uses: actions/[email protected].1

## Publish the pre-built archive and docs
- name: Download source archive
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
outputs:
result: ${{ steps.pr-number.outputs.result }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Fetch PR number
id: pr-number
env:
Expand All @@ -35,7 +35,7 @@ jobs:
needs: pr-number
if: github.event.action == 'requested' && needs.pr-number.outputs.result != ''
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
## We create an initial comment with some useful help to the user
- uses: actions/[email protected]
with:
Expand All @@ -54,7 +54,7 @@ jobs:
needs.pr-number.outputs.result != '' &&
github.event.workflow_run.conclusion != 'skipped'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Download and Extract Artifacts
id: extract
env:
Expand All @@ -79,14 +79,14 @@ jobs:
echo "HAS_TEST_ARTIFACTS=false" >> $GITHUB_OUTPUT
fi
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
token: ${{ secrets.ERLANG_TOKEN }}
repository: 'erlang/erlang.github.io'
path: erlang.github.io

- name: Publish CT Test Results
uses: EnricoMi/publish-unit-test-result-action@v2.10.0
uses: EnricoMi/publish-unit-test-result-action@v2.11.0
if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true'
with:
commit: ${{ github.event.workflow_run.head_sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-github-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
concurrency: erlang.github.io-deploy
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected].1
with:
token: ${{ secrets.ERLANG_TOKEN }}
repository: 'erlang/erlang.github.io'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-github-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
concurrency: sync-github-releases
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
## We need to login to the package registry in order to pull
## the base debian image.
- name: Docker login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: ${{ matrix.branch }}
- name: Docker login
Expand Down

0 comments on commit dd3e46c

Please sign in to comment.