Skip to content

Commit

Permalink
Update .github/workflows/sync_configs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Apr 14, 2023
1 parent e822bdb commit 33ca4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
steps:
- name: Checkout ${{github.repository}}
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Checkout devtools
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: dry-rb/devtools
path: tmp/devtools
Expand Down

0 comments on commit 33ca4d7

Please sign in to comment.