diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index 8cd8b061..6e1010b1 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -7,7 +7,7 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 with: target: minor diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbab6711..a99cd160 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -108,7 +108,7 @@ jobs: GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: get yarn cache directory path id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)"