Skip to content

Commit

Permalink
Merge pull request #230 from vladgh/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3.5.1
  • Loading branch information
vladgh authored Apr 13, 2023
2 parents 3a93fb7 + 63634c2 commit 5fd138f
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 @@ -33,7 +33,7 @@ jobs:
platforms: linux/amd64
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- 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-22.04
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Label actions
uses: micnncim/[email protected]
env:
Expand Down

0 comments on commit 5fd138f

Please sign in to comment.