Skip to content

Commit

Permalink
update actions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 authored Jul 15, 2024
1 parent 40935a2 commit cd01756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.100
dotnet-version: 5.x
- name: Restore
run: dotnet restore src/Giraffe.Website/Giraffe.Website.fsproj
- name: Build
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
# Checkout repo
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Build the Docker image
- name: Build Docker image
Expand All @@ -46,7 +46,7 @@ jobs:
# Auth with Docker Hub
- name: Login to Docker Hub
uses: docker/#-action@v1
uses: docker/#-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
Expand Down

0 comments on commit cd01756

Please # to comment.