Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgqthomas committed Sep 10, 2023
1 parent 52bfd1c commit d77c8af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actionsflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
name: Run
concurrency: actionsflow
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run Actionsflow
uses: actionsflow/actionsflow-action@v1
uses: actionsflow/actionsflow-action@v1.3.0
with:
args: "build --include ${{ github.event.inputs.include || ''}} -f ${{github.event.inputs.force=='true' && 'true' || 'false'}} --verbose ${{github.event.inputs.verbose=='true' && 'true' || 'false'}}"
json-secrets: ${{ toJSON(secrets) }}
json-github: ${{ toJSON(github) }}
- name: Setup act
uses: actionsflow/setup-act-for-actionsflow@v1
uses: actionsflow/setup-act-for-actionsflow@v1.2.0
- name: Run act
run: act --workflows ./dist/workflows --secret-file ./dist/.secrets --eventpath ./dist/event.json --env-file ./dist/.env -P ubuntu-latest=actionsflow/act-environment:v1 -P ubuntu-18.04=actionsflow/act-environment:v1
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "actionsflow-workflow-default",
"private": true,
"description": "A simple workflow to get up and build quickly with Actionsflow",
"version": "1.0.0",
"version": "1.0.1",
"author": "Owen Young <[email protected]>",
"devDependencies": {
"actionsflow": "^1.12.0"
"actionsflow": "^1.12.1"
},
"keywords": [
"actionsflow",
Expand Down

0 comments on commit d77c8af

Please sign in to comment.