Skip to content

Commit

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

Bump actions/checkout from 4.1.4 to 4.1.6 in the github-actions group across 1 directory
  • Loading branch information
dependamerge[bot] committed May 20, 2024
2 parents 3d322c6 + 136aee1 commit ec546ca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Install Node
uses: actions/setup-node@v4.0.2
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Build version suffix
run: echo "VERSION_SUFFIX=beta.${{ github.run_number }}" >> $GITHUB_ENV
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 @@ -35,7 +35,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Install Node
uses: actions/setup-node@v4.0.2
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Build version suffix
run: echo "VERSION_SUFFIX=alpha.${{ github.event.number }}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Check out repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

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

0 comments on commit ec546ca

Please sign in to comment.