Skip to content

Commit 07314d7

Browse files
authored
Merge pull request #1 from hexlet-components/dependabot/github_actions/github-actions-all-76468cb07f
Bump actions/checkout from 3 to 6 in the github-actions-all group
2 parents fff2d10 + cc89ef3 commit 07314d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v6
2727

2828
# Runs a set of commands using the runners shell
2929
- name: Run a multi-line script

0 commit comments

Comments
 (0)