Skip to content

Commit

Permalink
downgrade actions/checkout@v3 due to error
Browse files Browse the repository at this point in the history
  • Loading branch information
Doron-Bargo authored Oct 6, 2022
1 parent 8df75f0 commit 7176743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-and-validate-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
outputs:
configs: ${{ steps.filter.outputs.configs }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.0.2
- name: Set filter
uses: dorny/paths-filter@v2
id: filter
Expand Down

0 comments on commit 7176743

Please sign in to comment.