Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 52338eb commit e2807fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.3

# Define if tests and push should be run against which versions/platforms
- name: Prepare
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- tag-does-not-exist
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.3

- name: Set up QEMU
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.3
-
name: Run Labeler
uses: crazy-max/[email protected]
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.3

- name: Hadolint Action
# You may pin to the exact commit or the version.
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.3

- name: Set up Python 3.
uses: actions/[email protected]
Expand Down

0 comments on commit e2807fa

Please sign in to comment.