diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index cdfbf9ce..b32aa9d9 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -29,7 +29,7 @@ jobs: GLOBAL: https://raw.githubusercontent.com/conda/infra/main/.github/global.yml LOCAL: .github/labels.yml steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3ec9a1a0..d39ce15f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,7 +19,7 @@ jobs: pull-requests: write issues: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: ${{ env.REPOSITORY || github.repository }} ref: ${{ env.REF || '' }}