Skip to content

Commit

Permalink
fix: ci with new std-action compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 5, 2023
1 parent bfd146c commit d6bcee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Standard CI

on:
pull_request:
push:
branches:
- main
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ inputs.runs-on }}
steps:
- name: Standard Discovery
uses: divnix/std-action/discover@v0.20.5
uses: divnix/std-action/discover@v0.23.0
id: discovery

build_cli:
Expand All @@ -32,7 +32,7 @@ jobs:
name: //${{ matrix.target.cell }}/${{ matrix.target.block }}/${{ matrix.target.name }}:${{ matrix.target.action }}
runs-on: ${{ inputs.runs-on }}
steps:
- uses: divnix/std-action/run@v0.20.5
- uses: divnix/std-action/run@v0.23.0
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET }}
Expand All @@ -52,7 +52,7 @@ jobs:
name: //${{ matrix.target.cell }}/${{ matrix.target.block }}/${{ matrix.target.name }}:${{ matrix.target.action }}
runs-on: ${{ inputs.runs-on }}
steps:
- uses: divnix/std-action/run@v0.20.5
- uses: divnix/std-action/run@v0.23.0
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET }}
Expand All @@ -72,7 +72,7 @@ jobs:
name: //${{ matrix.target.cell }}/${{ matrix.target.block }}/${{ matrix.target.name }}:${{ matrix.target.action }}
runs-on: ${{ inputs.runs-on }}
steps:
- uses: divnix/std-action/run@v0.20.5
- uses: divnix/std-action/run@v0.23.0
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET }}
Expand Down

0 comments on commit d6bcee9

Please sign in to comment.