Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Update actions/checkout action to v4.1.3 #18

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_protect-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout from repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- uses: dorny/[email protected]
id: filter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-imagebuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout from repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Set short git commit SHA
run: |+
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout from repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Set short git commit SHA
id: vars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: "get openwrt version from Dockerfile"
run: |
Expand Down