Skip to content

Commit

Permalink
bump actions/checkout version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinneville committed Jan 26, 2023
1 parent da40f50 commit c3ff703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dylanvann/publish-github-action@v1.1.49
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install
run: yarn install --frozen-lockfile
- name: Deduplicate dependencies
Expand Down

0 comments on commit c3ff703

Please sign in to comment.