summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@poessinger.com>2024-08-23 07:50:32 +0200
committerGitHub <noreply@github.com>2024-08-23 07:50:32 +0200
commitf5934afca8a7d790c15e77e19ce4a1d651411b07 (patch)
tree330509cb76ebd79fd5337669f023500bd714c051
parent22c8f5979900ceb33beb02f493f342c558c26711 (diff)
downloadcommunity.vyos.net-f5934afca8a7d790c15e77e19ce4a1d651411b07.tar.gz
community.vyos.net-f5934afca8a7d790c15e77e19ce4a1d651411b07.zip
Update to checkout@v4
-rw-r--r--.github/workflows/main.yml2
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