Skip to content

Commit

Permalink
Merge pull request #87 from tuxpeople/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3.5.0

chore(ci): bump actions/checkout from 3.2.0 to 3.5.0
  • Loading branch information
tuxpeople authored Apr 6, 2023
2 parents 81d7c95 + 95bc620 commit ad384cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.5.0
-
name: Generate Build-Args
id: build-args
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.5.0
-
name: Generate Build-Args
id: build-args
Expand Down

0 comments on commit ad384cf

Please sign in to comment.