2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

use same version of checkout everywhere

This commit is contained in:
Matthias Mair
2024-12-13 11:56:03 +01:00
parent e343bb2cfc
commit 13de2c8317
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ runs:
using: 'composite'
steps:
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
# Python installs
- name: Set up Python ${{ env.python_version }}