Skip to content

Commit

Permalink
ci: Update checkout action (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
tykus160 authored Dec 18, 2024
1 parent dcebbf4 commit de69786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref || github.ref }}
persist-credentials: false
Expand Down

0 comments on commit de69786

Please sign in to comment.