Skip to content

Commit

Permalink
Merge pull request #99 from nicholaswilde/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3.1.0

Bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
nicholaswilde authored Nov 20, 2022
2 parents 3cdbde2 + f51010b commit aa07721
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.0.2
uses: actions/checkout@v3.1.0

# 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.0.2
uses: actions/checkout@v3.1.0

- 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.0.2
uses: actions/checkout@v3.1.0
-
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.0.2
uses: actions/checkout@v3.1.0

- 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.0.2
uses: actions/checkout@v3.1.0

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

0 comments on commit aa07721

Please sign in to comment.