Skip to content

Commit e5d10ce

Browse files
Update checkout action and add .gitignore
Upgraded GitHub Actions checkout from v3 to v5 in the workflow file for improved features and security. Added a .gitignore file to exclude IDE settings and environment files from version control.
1 parent bd32037 commit e5d10ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/cnb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
sync:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v5
99
with:
1010
fetch-depth: 0
1111

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea/
2+
.vscode/
3+
.env

0 commit comments

Comments
 (0)