Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Sep 29, 2023
2 parents 9c36d81 + 30be739 commit 6a2b44e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
needs: generate_version_number
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: devedse
password: ${{ secrets.DOCKERHUBTOKEN }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
needs: generate_version_number
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
Expand All @@ -87,7 +87,7 @@ jobs:
needs: generate_version_number
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 6a2b44e

Please sign in to comment.