Skip to content

Commit

Permalink
Bump checkout v
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed Jun 6, 2024
1 parent 45c791b commit 0ceae6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/new-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: get_step
run: |
if [ -f ./.github/script/STEP ]; then
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main

Expand Down

0 comments on commit 0ceae6e

Please sign in to comment.