Skip to content

Commit

Permalink
Merge pull request #17 from N6REJ/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3.4.0

Bump actions/checkout from 3.3.0 to 3.4.0
  • Loading branch information
N6REJ authored Mar 19, 2023
2 parents fc9ea24 + 6927087 commit cd5af29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: ahmadnassri/[email protected]
with:
target: minor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
-
name: Run Labeler
if: success()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# we first have to clone the AddOn project, this is a required step
- name: Clone project
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0 # gets git history for changelogs

Expand Down

0 comments on commit cd5af29

Please sign in to comment.