diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f5ae3f..3aeb133 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: ref: ${{ github.ref_name }} # If the workflow is called externally, check out the branch from its inputs - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ inputs.branch != '' }} with: repository: vyos/community.vyos.net |