Skip to content

Commit

Permalink
Merge pull request #184 from spacemeshos/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
fasmat authored Dec 12, 2024
2 parents 781c6e7 + 6f7bf85 commit 6fedb66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
nondocchanges: ${{ steps.filter.outputs.nondoc }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v2
id: filter
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ env.go-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
needs: golangci
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Docker meta stats api
id: meta_statsapi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
docker-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Docker meta stats api
id: meta_statsapi
Expand Down

0 comments on commit 6fedb66

Please sign in to comment.