Skip to content

Commit

Permalink
ci: use setup-fluentci@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 7, 2024
1 parent 1ac733d commit aa654b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v2
uses: fluentci-io/setup-fluentci@v4
- name: Run Dagger Pipelines
run: |
fluentci run deno_pipeline fmt test
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentci/spin",
"version": "0.9.0",
"version": "0.9.1",
"exports": "./mod.ts",
"importMap": "import_map.json",
"tasks": {
Expand Down

0 comments on commit aa654b7

Please sign in to comment.