Skip to content

Commit fd47b95

Browse files
Merge pull request #121 from github/dependabot/github_actions/github-actions-fe2fb304cb
Bump the github-actions group across 1 directory with 3 updates
2 parents 1ddb803 + 4459db7 commit fd47b95

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
24+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2525
with:
2626
go-version-file: go.mod
2727

@@ -35,7 +35,7 @@ jobs:
3535
go tool cover -func=coverage.out > coverage.txt
3636
3737
- name: Upload Coverage Artifacts
38-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
38+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3939
with:
4040
name: coverage-report
4141
path: |

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Set up Go
29-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
29+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3030
with:
3131
go-version-file: go.mod
3232

3333
- name: Run Super-Linter
34-
uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
34+
uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
3535
env:
3636
VALIDATE_ALL_CODEBASE: true
3737
DEFAULT_BRANCH: "main"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ gh skyline --user mona --web
111111

112112
## ASCII Art
113113

114-
The extension generates ASCII art in terminal while loading, a unique and fun way to vizualise your contribution data while you wait! Each column represents one week. Days within each week are reordered vertically to create a "building" effect, with empty spaces (no contributions) at the top.
114+
The extension generates ASCII art in terminal while loading, a unique and fun way to visualise your contribution data while you wait! Each column represents one week. Days within each week are reordered vertically to create a "building" effect, with empty spaces (no contributions) at the top.
115115

116116
- `' '` Empty/Sky: No contributions
117117
- `'.'` Future dates: What contributions could you make?

0 commit comments

Comments
 (0)