Skip to content

Commit

Permalink
Merge pull request #7 from LinuxHub-Group/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

⬆️ Bump actions/checkout from 3 to 4
  • Loading branch information
catusax committed Sep 8, 2023
2 parents 7ad4a15 + ed6bcaa commit 6236f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caddy_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Setup ENV
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s5cmd-sync_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Setup ENV
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts-dns_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Setup ENV
run: |
Expand Down

0 comments on commit 6236f76

Please sign in to comment.