fix(deps): update all dependencies
This commit is contained in:
8
.github/workflows/todoapp.yml
vendored
8
.github/workflows/todoapp.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
# this repository has many commits,
|
||||
# we only care about the last one
|
||||
with:
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
# so we need to install Go AND
|
||||
# building a dev version of Dagger from source
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v1
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.16
|
||||
- name: Build dev version of Dagger
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
# this repository has many commits,
|
||||
# we only care about the last one
|
||||
with:
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
- name: dagger do deploy
|
||||
# https://github.com/dagger/dagger-for-github
|
||||
uses: dagger/dagger-for-github@v2
|
||||
uses: dagger/dagger-for-github@v3
|
||||
with:
|
||||
# Use latest Dagger 0.2.x release
|
||||
version: 0.2
|
||||
|
Reference in New Issue
Block a user