diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 17b5326..b0a01bf 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume + uses: actions/checkout@v3.0.2 # Required to mount the Github Workspace to a volume - name: "Set up Docker Buildx" uses: docker/setup-buildx-action@v1 with: diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index de23dda..8bdf0c5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume + uses: actions/checkout@v3.0.2 # Required to mount the Github Workspace to a volume - name: "Add date to environment" run: echo "TODAY=$(date +%Y%m%d)" >> $GITHUB_ENV - name: "Set up QEMU"