diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-05-04 20:30:02 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2024-05-04 20:30:02 +0100 |
commit | 47f4202a7846888ecfada65ebea6e7f28e0bb935 (patch) | |
tree | 1c7ccc1ea50d14d833eab57df2ff325db9b175bf | |
parent | f0ea41420d59a6cb59dbf2686f299d2dc6ba1c6e (diff) | |
download | community.vyos.net-47f4202a7846888ecfada65ebea6e7f28e0bb935.tar.gz community.vyos.net-47f4202a7846888ecfada65ebea6e7f28e0bb935.zip |
Use the checkout action v4 for CI
-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 |