docs: update checkout action

This commit is contained in:
Raphael Boidol 2024-02-24 11:08:51 +01:00
parent b98e0b6fd9
commit 74f62beb3d

View File

@ -264,7 +264,7 @@ on:
- name: Get branch names. - name: Get branch names.
id: branch-names id: branch-names
uses: tj-actions/branch-names@v8 uses: tj-actions/branch-names@v8
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
ref: ${{ steps.branch-names.outputs.head_ref_branch }} ref: ${{ steps.branch-names.outputs.head_ref_branch }}
``` ```