Skip to content

Commit

Permalink
Merge pull request #1075 from Apollon77/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Apollon77 authored Oct 27, 2023
2 parents a2d5ef6 + 92c7b6a commit ab5ebd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check if PR should be auto-merged
uses: ahmadnassri/action-dependabot-auto-merge@v2
Expand Down

0 comments on commit ab5ebd0

Please sign in to comment.