Skip to content

Commit

Permalink
Merge pull request #73 from renovate-bot/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.1.6
  • Loading branch information
mergify[bot] authored May 17, 2024
2 parents cacc6b3 + dfefe67 commit 3168a10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout repository
# https://github.com/actions/checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Set up Python
# https://github.com/actions/setup-python
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- name: Checkout repository
# https://github.com/actions/checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Set up Python
# https://github.com/actions/setup-python
Expand All @@ -82,7 +82,7 @@ jobs:
steps:
- name: Checkout repository
# https://github.com/actions/checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Set up Docker Buildx
# https://github.com/docker/setup-buildx-action
Expand All @@ -109,7 +109,7 @@ jobs:
steps:
- name: Checkout repository
# https://github.com/actions/checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Set up Docker Buildx
# https://github.com/docker/setup-buildx-action
Expand Down

0 comments on commit 3168a10

Please sign in to comment.