Skip to content

Commit

Permalink
Merge pull request #369 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-5f967e2fbc

Bump actions/checkout from 4.2.1 to 4.2.2 in the github-actions group
  • Loading branch information
dependamerge[bot] authored Oct 28, 2024
2 parents b47d9a4 + bbcf839 commit a5d3631
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Build version suffix (main)
if: github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Get project version
id: project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash

- name: Check out repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Set up .NET
uses: xt0rted/setup-dotnet@v1.5.0
Expand Down

0 comments on commit a5d3631

Please sign in to comment.