Skip to content

Commit

Permalink
Merge pull request #12 from ckotzbauer/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
ckotzbauer authored Mar 2, 2022
2 parents e0add17 + 4761c74 commit a1f87ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-default-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: DefaultLabelsActions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: lannonbr/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- name: label
uses: "ckotzbauer/label-command-action@v1"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit a1f87ff

Please sign in to comment.