fix(deps): update all dependencies
This commit is contained in:
8
.github/workflows/dagger-ci.yml
vendored
8
.github/workflows/dagger-ci.yml
vendored
@@ -35,15 +35,15 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: "Setup Go"
|
||||
uses: actions/setup-go@v1
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.16
|
||||
|
||||
- name: "Expose GitHub Runtime"
|
||||
uses: crazy-max/ghaction-github-runtime@v1
|
||||
uses: crazy-max/ghaction-github-runtime@v2
|
||||
|
||||
# - name: "Set up dagger from source"
|
||||
# run: |
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
# cp ./cmd/dagger/dagger /usr/local/bin
|
||||
|
||||
- name: "Set up dagger"
|
||||
uses: dagger/dagger-for-github@v2
|
||||
uses: dagger/dagger-for-github@v3
|
||||
with:
|
||||
install-only: true
|
||||
|
||||
|
Reference in New Issue
Block a user