diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index fd0ba2d2b..26bc48512 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -16,7 +16,7 @@ jobs: name: Publish image runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build image run: docker build -t nerdfonts/patcher . - name: Push image diff --git a/.github/workflows/font-patcher.yml b/.github/workflows/font-patcher.yml index fdfdff91b..e1ef657c6 100644 --- a/.github/workflows/font-patcher.yml +++ b/.github/workflows/font-patcher.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Setup core dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f71b00d01..1d3caedbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,10 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - ref: master - fetch-depth: '1' + - uses: actions/checkout@v3 - id: set-matrix run: | @@ -60,11 +57,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - with: - ref: master - fetch-depth: '1' - + - uses: actions/checkout@v3 - name: Set release variables run: | cd -- "$GITHUB_WORKSPACE" @@ -177,8 +170,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - + - uses: actions/checkout@v3 - name: Set release variables run: | cd -- "$GITHUB_WORKSPACE" @@ -206,8 +198,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - + - uses: actions/checkout@v3 - name: Download patched fonts from build id: download-patched-fonts uses: actions/download-artifact@v2