Skip to content

Commit

Permalink
Merge pull request #146 from vladgh/renovate/actions-checkout-2.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v2.4.0
  • Loading branch information
vladgh authored Nov 4, 2021
2 parents 1b999c0 + 917331d commit a080a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
platforms: linux/amd64
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Detect changes
uses: dorny/[email protected]
id: filter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Label actions
uses: micnncim/[email protected]
env:
Expand Down

0 comments on commit a080a60

Please sign in to comment.