Skip to content

Commit

Permalink
Merge pull request #208 from vladgh/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3.2.0
  • Loading branch information
vladgh authored Dec 12, 2022
2 parents bac27e4 + 2a76c70 commit f50ff8b
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/checkout@v3.1.0
uses: actions/checkout@v3.2.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@v3.1.0
uses: actions/checkout@v3.2.0
- name: Label actions
uses: micnncim/[email protected]
env:
Expand Down

0 comments on commit f50ff8b

Please sign in to comment.