Skip to content

Commit

Permalink
Use checkout@v3 for C
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored Jan 27, 2024
1 parent 970a675 commit 99fd5d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: 'No Python on CentOS 7'
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -52,7 +54,7 @@ jobs:
echo "PERL5LIB=$PERL5LIB" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 1
submodules: recursive
Expand Down

0 comments on commit 99fd5d4

Please sign in to comment.