diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78c1f55..3a8f62f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: steps: # The sequence of tasks that make up a job. - name: Checking out repository code - uses: actions/checkout@v4.1.0 # Action for checking out a repo. + uses: actions/checkout@v4.1.1 # Action for checking out a repo. # Cache dependencies to speed up builds - name: Cache cargo dependencies @@ -85,7 +85,7 @@ jobs: steps: # Checkout the repository code - name: Checkout code - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 # Fetches all history for all branches and tags diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b34971c..c80bc33 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: ref: ${{ github.event.release.tag_name }}