diff --git a/.github/workflows/ci-typescript.yml b/.github/workflows/ci-typescript.yml index 0b6bef53d..9157443bf 100644 --- a/.github/workflows/ci-typescript.yml +++ b/.github/workflows/ci-typescript.yml @@ -15,7 +15,7 @@ jobs: working-directory: lang/typescript steps: - name: Check out code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Node uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f74fb478..ffc5a8133 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: BUNDLE_GEMFILE: ${{ matrix.gemfile }} steps: - name: Check out code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0 with: diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 7afb48dd2..b8a5ca4a1 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -20,7 +20,7 @@ jobs: working-directory: lang/typescript steps: - name: Checkout Repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }} - name: Setup Node