diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cd0cb2..c71d1d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: steps: # The first step is to check out the repository code - name: Checking out repository code - uses: actions/checkout@v4.2.0 # Action for checking out a repo. + uses: actions/checkout@v4.2.1 # Action for checking out a repo. with: fetch-depth: 0 # Fetches all history for all branches and tags @@ -55,7 +55,7 @@ jobs: steps: # The sequence of tasks that make up a job. - name: Checking out repository code - uses: actions/checkout@v4.2.0 # Action for checking out a repo. + uses: actions/checkout@v4.2.1 # Action for checking out a repo. - name: Setup Node.js ${{ matrix.node-version }} Environment uses: actions/setup-node@v4.0.4 # Action for setting up Node environment. @@ -110,7 +110,7 @@ jobs: steps: # Checkout the repository code - name: Checkout code - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 # Fetches all history for all branches and tags