diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 53248bf..0ccf416 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checking out git - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setting up node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f59f9ef..b306c61 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checking out git - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: production fetch-depth: 0 diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index d305dc3..b4f01d4 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checking out git - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: staging fetch-depth: 0