Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/peter-evans/create…
Browse files Browse the repository at this point in the history
…-pull-request-7
  • Loading branch information
joergi authored Dec 26, 2024
2 parents 146c8c6 + 9828760 commit 679ad0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2

- name: find_branch_name
id: find_branch_name
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
powershell:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
bash-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-to-newest-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-latest-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2
- name: update issues
id: updateIssues
run: bash ./script-for-using-latest-version.sh
Expand Down

0 comments on commit 679ad0e

Please sign in to comment.