Skip to content

Commit

Permalink
chore: Pin actions-checkout's version main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Feb 2, 2023
1 parent 18b8539 commit 1828172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@main

- name: Checkout vim-themis
uses: actions/checkout@v3
uses: actions/checkout@main
with:
repository: thinca/vim-themis
path: vim-themis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: runner / vint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: vint
uses: reviewdog/action-vint@v1
with:
Expand Down

0 comments on commit 1828172

Please sign in to comment.