Skip to content

Commit

Permalink
Merge pull request #37 from 1995parham-teaching/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
1995parham authored Sep 11, 2023
2 parents 9ec239c + 6e2e9f6 commit 75f880e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20"
Expand All @@ -20,7 +20,7 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20"
Expand All @@ -35,7 +35,7 @@ jobs:
- lint
- test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
Expand Down

0 comments on commit 75f880e

Please sign in to comment.