diff --git a/.github/actions/files-present-action/README.md b/.github/actions/files-present-action/README.md index 87e2c3ef..c344ab65 100644 --- a/.github/actions/files-present-action/README.md +++ b/.github/actions/files-present-action/README.md @@ -15,7 +15,7 @@ jobs: file_presence: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: "Check file presence" uses: JJ/files-present-action@releases/v1 with: diff --git a/.github/workflows/catalog-pr.yml b/.github/workflows/catalog-pr.yml index aab48f33..1bfcbe9f 100644 --- a/.github/workflows/catalog-pr.yml +++ b/.github/workflows/catalog-pr.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout PR branch and all history (not just last commit), so we can perform `git diff` below - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -138,7 +138,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -192,7 +192,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/check-for-deprecations.yml b/.github/workflows/check-for-deprecations.yml index 8282b27e..a71b9ba0 100644 --- a/.github/workflows/check-for-deprecations.yml +++ b/.github/workflows/check-for-deprecations.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.github/workflows/generate-catalog-pr.yml b/.github/workflows/generate-catalog-pr.yml index 2ea62691..a260bf06 100644 --- a/.github/workflows/generate-catalog-pr.yml +++ b/.github/workflows/generate-catalog-pr.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0632837c..640c3d3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: # Checkout PR branch and all history (not just last commit), so we can perform `git diff` below - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0