Skip to content

Commit

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

chore(ci): bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
tuxpeople authored Oct 28, 2022
2 parents 867effb + 673b249 commit 1536d2d
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.0.2
uses: actions/checkout@v3.1.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.0.2
uses: actions/checkout@v3.1.0
-
name: Generate Build-Args
id: build-args
Expand Down

0 comments on commit 1536d2d

Please sign in to comment.