Skip to content

Commit

Permalink
chore: update GitHub actions (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Oct 25, 2022
1 parent c60ad7b commit da6d718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -14,11 +14,11 @@ jobs:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
with:
path: ./src/github.com/${{ github.repository }}
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to Github Packages
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -30,7 +30,7 @@ jobs:
images: ghcr.io/swaggo/swag

- name: Build image and push to GitHub Container Registry
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit da6d718

Please sign in to comment.