diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index ade13c8..b6b6ecc 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Node.js uses: ./.github/actions/init-npm @@ -38,7 +38,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Node.js uses: ./.github/actions/init-npm @@ -73,7 +73,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: build Docker image run: docker build -t test-build:latest --build-arg NODE_VERSION .