Skip to content

Commit

Permalink
Merge pull request #256 from ne20002/feat/build-actions
Browse files Browse the repository at this point in the history
update referenced actions in workflows to latest versions
  • Loading branch information
nupplaphil authored Aug 23, 2024
2 parents 2f1442e + d0dc9d8 commit d618969
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
pull_request:
workflow_run:
workflows: ["update.sh"]
branches: [stable]
branches:
- stable
types:
- completed

Expand All @@ -20,8 +21,8 @@ jobs:
outputs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
- uses: actions/checkout@v3
- uses: docker-library/[email protected].5
- uses: actions/checkout@v4
- uses: docker-library/[email protected].12
- id: generate-jobs
name: Generate Jobs
run: |
Expand All @@ -35,7 +36,7 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
- name: Run update.sh script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run update.sh script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run update.sh script
run: ./update.sh
- name: Commit files
Expand Down

0 comments on commit d618969

Please sign in to comment.