diff --git a/.github/workflows/ci-drift.yml b/.github/workflows/ci-drift.yml index d0d614eff5..f32184407b 100644 --- a/.github/workflows/ci-drift.yml +++ b/.github/workflows/ci-drift.yml @@ -15,7 +15,7 @@ jobs: name: Tailwind runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 611189a6ab..da9428d5e3 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -23,7 +23,7 @@ jobs: matrix: containers: [1, 2, 3, 4, 5, 6, 7, 8] steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Setup Playground run: docker-compose -f docker-compose.yml up -d diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a89a1d8c6..7946995d1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 @@ -28,7 +28,7 @@ jobs: name: Lint - Prettier runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: diff --git a/.github/workflows/eas-build.yml b/.github/workflows/eas-build.yml index f11fe95e66..937e655b9b 100644 --- a/.github/workflows/eas-build.yml +++ b/.github/workflows/eas-build.yml @@ -13,7 +13,7 @@ jobs: environment: EAS Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 id: version diff --git a/.github/workflows/eas-publish.yml b/.github/workflows/eas-publish.yml index ed58c375ad..92f7574513 100644 --- a/.github/workflows/eas-publish.yml +++ b/.github/workflows/eas-publish.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest needs: [version] steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest needs: [version] steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 diff --git a/.github/workflows/expo-dependencies.yml b/.github/workflows/expo-dependencies.yml index 9e1d223b0e..b3471284da 100644 --- a/.github/workflows/expo-dependencies.yml +++ b/.github/workflows/expo-dependencies.yml @@ -10,7 +10,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 diff --git a/.github/workflows/expo-preview.yml b/.github/workflows/expo-preview.yml index 9a1d1443c8..d9bd787656 100644 --- a/.github/workflows/expo-preview.yml +++ b/.github/workflows/expo-preview.yml @@ -15,7 +15,7 @@ jobs: name: Publish Preview runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 diff --git a/.github/workflows/expo-publish.yml b/.github/workflows/expo-publish.yml index d5fcf3fc20..c21161b71e 100644 --- a/.github/workflows/expo-publish.yml +++ b/.github/workflows/expo-publish.yml @@ -13,7 +13,7 @@ jobs: name: Publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16 diff --git a/.github/workflows/oss-governance-labels.yml b/.github/workflows/oss-governance-labels.yml index 02cf9c75bc..48f08961a5 100644 --- a/.github/workflows/oss-governance-labels.yml +++ b/.github/workflows/oss-governance-labels.yml @@ -13,7 +13,7 @@ jobs: Labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # tag=v1.3.0 with: diff --git a/.github/workflows/translations-reporter.yml b/.github/workflows/translations-reporter.yml index d3825216b1..264b56a237 100644 --- a/.github/workflows/translations-reporter.yml +++ b/.github/workflows/translations-reporter.yml @@ -13,7 +13,7 @@ jobs: name: Missing Report runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: 16