Merge pull request #750 from writefreely/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
pull/756/head
Matt Baer 1 year ago committed by GitHub
commit f2474798bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker-publish.yml

@ -28,7 +28,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
# Login against a Docker registry except on PR # Login against a Docker registry except on PR
# https://github.com/docker/login-action # https://github.com/docker/login-action

Loading…
Cancel
Save