diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da4a0cbd..3ac4943f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: os: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Provides module, language version and testpath from build name - name: Output build metadata @@ -120,7 +120,7 @@ jobs: ## - name: Clone njs repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: nginx/njs ref: '${{ steps.metadata.outputs.njs_version }}' |
