Merge pull request #500 from diegosouzapw/dependabot/github_actions/actions/checkout-6

chore(deps): bump actions/checkout from 4 to 6
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-03-20 16:06:53 -03:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ jobs:
IMAGE_NAME: diegosouzapw/omniroute
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/tags/v{0}', inputs.version) || '' }}