mirror of
https://github.com/friendica/docker
synced 2025-03-30 07:55:17 +02:00
Merge pull request #256 from ne20002/feat/build-actions
update referenced actions in workflows to latest versions
This commit is contained in:
commit
d618969e07
2 changed files with 6 additions and 5 deletions
9
.github/workflows/images.yml
vendored
9
.github/workflows/images.yml
vendored
|
@ -4,7 +4,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["update.sh"]
|
workflows: ["update.sh"]
|
||||||
branches: [stable]
|
branches:
|
||||||
|
- stable
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
@ -20,8 +21,8 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
strategy: ${{ steps.generate-jobs.outputs.strategy }}
|
strategy: ${{ steps.generate-jobs.outputs.strategy }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: docker-library/bashbrew@v0.1.5
|
- uses: docker-library/bashbrew@v0.1.12
|
||||||
- id: generate-jobs
|
- id: generate-jobs
|
||||||
name: Generate Jobs
|
name: Generate Jobs
|
||||||
run: |
|
run: |
|
||||||
|
@ -35,7 +36,7 @@ jobs:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Prepare Environment
|
- name: Prepare Environment
|
||||||
run: ${{ matrix.runs.prepare }}
|
run: ${{ matrix.runs.prepare }}
|
||||||
- name: Run update.sh script
|
- name: Run update.sh script
|
||||||
|
|
2
.github/workflows/update-sh.yml
vendored
2
.github/workflows/update-sh.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
name: Run update.sh script
|
name: Run update.sh script
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Run update.sh script
|
- name: Run update.sh script
|
||||||
run: ./update.sh
|
run: ./update.sh
|
||||||
- name: Commit files
|
- name: Commit files
|
||||||
|
|
Loading…
Add table
Reference in a new issue