Skip to content

Commit 3cc7104

Browse files
committed
update actions
1 parent 40935a2 commit 3cc7104

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Setup .NET Core
18-
uses: actions/setup-dotnet@v1
18+
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: 5.0.100
20+
dotnet-version: 5.x
2121
- name: Restore
2222
run: dotnet restore src/Giraffe.Website/Giraffe.Website.fsproj
2323
- name: Build
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# Checkout repo
3636
- name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838

3939
# Build the Docker image
4040
- name: Build Docker image
@@ -46,7 +46,7 @@ jobs:
4646
4747
# Auth with Docker Hub
4848
- name: Login to Docker Hub
49-
uses: docker/login-action@v1
49+
uses: docker/login-action@v3
5050
with:
5151
username: ${{ secrets.DOCKER_USERNAME }}
5252
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)