Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/peaceiris/action…
Browse files Browse the repository at this point in the history
…s-gh-pages-4
  • Loading branch information
l-Aad-l authored Sep 18, 2024
2 parents 10b2372 + 096ff68 commit fdcc423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
SM_VERSION: ["1.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set environment variables
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
SM_VERSION: ["1.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set environment variables
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
SM_VERSION: ["1.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set environment variables
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
SM_VERSION: ["1.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set environment variables
env:
Expand Down

0 comments on commit fdcc423

Please sign in to comment.