diff options
-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 6cb09e8..ed38554 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # If the workflow is called from this repo, check out the branch it's called from - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ inputs.branch == '' }} with: repository: vyos/community.vyos.net |