Skip to content

Commit

Permalink
Merge pull request #71 from otto-de/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.1

chore(deps): bump actions/checkout from 3.3.0 to 4.1.1
  • Loading branch information
thomasklinger1234 authored Dec 7, 2023
2 parents dc4f944 + 7e8f0e4 commit e6d2341
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Default_PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-python@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/My_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v3
with:
go-version: ^1.16
Expand All @@ -23,6 +23,6 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
4 changes: 2 additions & 2 deletions .github/workflows/My_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1

- name: Log in to the Container registry
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
Expand All @@ -44,7 +44,7 @@ jobs:
name: Publish GitHub release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.1

- name: Build && release binaries
uses: docker://goreleaser/goreleaser:v0.179.0
Expand Down

0 comments on commit e6d2341

Please sign in to comment.