diff --git a/.github/workflows/annotate.yml b/.github/workflows/annotate.yml index f392508..d992249 100644 --- a/.github/workflows/annotate.yml +++ b/.github/workflows/annotate.yml @@ -10,7 +10,7 @@ jobs: # Get the code from the repository to be packaged - name: Get Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Annotate - Directory No Filter uses: ./ diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f26b9f4..34505ad 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -8,7 +8,7 @@ jobs: steps: # Get the code from the repository to be packaged - name: Get Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install pre-commit and run the checks - name: Pre-commit Checks @@ -30,7 +30,7 @@ jobs: steps: # Get the code from the repository to be packaged - name: Get Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Action - Specific File uses: ./