Commit 3cc7104 1 parent 40935a2 commit 3cc7104 Copy full SHA for 3cc7104
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
- name : Setup .NET Core
18
- uses : actions/setup-dotnet@v1
18
+ uses : actions/setup-dotnet@v4
19
19
with :
20
- dotnet-version : 5.0.100
20
+ dotnet-version : 5.x
21
21
- name : Restore
22
22
run : dotnet restore src/Giraffe.Website/Giraffe.Website.fsproj
23
23
- name : Build
34
34
steps :
35
35
# Checkout repo
36
36
- name : Checkout
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v4
38
38
39
39
# Build the Docker image
40
40
- name : Build Docker image
46
46
47
47
# Auth with Docker Hub
48
48
- name : Login to Docker Hub
49
- uses : docker/login-action@v1
49
+ uses : docker/login-action@v3
50
50
with :
51
51
username : ${{ secrets.DOCKER_USERNAME }}
52
52
password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments