From 47f4202a7846888ecfada65ebea6e7f28e0bb935 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 4 May 2024 20:30:02 +0100 Subject: Use the checkout action v4 for CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3