Skip to content

Commit

Permalink
task 3.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Murray committed Jul 16, 2024
1 parent 84b6e6c commit 224a224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipelines:
caches:
- pip
script:
- wget https://github.com/go-task/task/releases/download/v3.37.2/task_linux_amd64.deb
- wget https://github.com/go-task/task/releases/download/v3.38.0/task_linux_amd64.deb
- dpkg -i task_linux_amd64.deb
- task --version
- pip install pipenv
Expand Down
2 changes: 1 addition & 1 deletion install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

deb='task_linux_amd64.deb'
wget https://github.com/go-task/task/releases/download/v3.37.2/${deb}
wget https://github.com/go-task/task/releases/download/v3.38.0/${deb}
sudo dpkg -i ${deb}
rm -f ${deb}

Expand Down
2 changes: 1 addition & 1 deletion taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://taskfile.dev

version: '3.37'
version: '3.38'

interval: '100ms'

Expand Down

0 comments on commit 224a224

Please sign in to comment.