diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index e9fd2aa..71e2ef1 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -33,7 +33,7 @@ jobs: steps: # Runs a single command using the runners shell - name: Checkout repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: setup python uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/manual2.yml b/.github/workflows/manual2.yml index 4f6b7c6..2c6a761 100644 --- a/.github/workflows/manual2.yml +++ b/.github/workflows/manual2.yml @@ -33,7 +33,7 @@ jobs: steps: # Runs a single command using the runners shell - name: Checkout repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: setup python uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/manual3.yaml b/.github/workflows/manual3.yaml index 294ccc3..86e95f8 100644 --- a/.github/workflows/manual3.yaml +++ b/.github/workflows/manual3.yaml @@ -35,7 +35,7 @@ jobs: steps: # Runs a single command using the runners shell - name: Checkout repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: setup python uses: actions/setup-python@v5.6.0 diff --git a/action.yml b/action.yml index 6a91aa1..50b9e56 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: shell: bash - name: checkout this repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: repository: bossOfCode/generate-uuid