diff --git a/.github/workflows/auto-release-notes.yml b/.github/workflows/auto-release-notes.yml index dcc8d549..536d7fa1 100644 --- a/.github/workflows/auto-release-notes.yml +++ b/.github/workflows/auto-release-notes.yml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: Checkout docs repo - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 1d5e7294..03de17e6 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -46,7 +46,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Setup Kind uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 diff --git a/.github/workflows/update-node-tables.yml b/.github/workflows/update-node-tables.yml index b0c99155..347fcf67 100644 --- a/.github/workflows/update-node-tables.yml +++ b/.github/workflows/update-node-tables.yml @@ -22,7 +22,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install dependencies (jq, curl) run: |