Skip to content

Commit

Permalink
Update checkout action to use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderlan Gomes da Silva committed Oct 7, 2023
1 parent 3687953 commit b5c2380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
name: Build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand All @@ -24,10 +24,10 @@ jobs:
push_to_registry:
needs: [build]
name: DockerHub Publish
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit b5c2380

Please sign in to comment.